Let user choose an existing file in the file save dialog

This commit is contained in:
David Rowe 2016-06-15 11:28:38 +12:00
parent 55330f2205
commit 3c2b98b15a

View file

@ -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();
}