mirror of
https://github.com/lubosz/overte.git
synced 2025-04-09 13:12:57 +02:00
Merge pull request #8071 from ctrlaltdavid/20969
let user choose an existing file in the file save dialog
This commit is contained in:
commit
abd368b69d
1 changed files with 0 additions and 6 deletions
|
@ -614,12 +614,6 @@ ModalWindow {
|
|||
readOnly: !root.saveDialog
|
||||
activeFocusOnTab: !readOnly
|
||||
onActiveFocusChanged: if (activeFocus) { selectAll(); }
|
||||
onTextChanged: {
|
||||
if (root.saveDialog && text !== "") {
|
||||
fileTableView.selection.clear();
|
||||
fileTableView.currentRow = -1;
|
||||
}
|
||||
}
|
||||
onAccepted: okAction.trigger();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue