mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-08 18:02:13 +02:00
When choosing a directory make the dropdown update the path value
This commit is contained in:
parent
b4543cc579
commit
d346d4c731
1 changed files with 3 additions and 0 deletions
|
@ -186,6 +186,9 @@ ModalWindow {
|
|||
}
|
||||
|
||||
if (helper.urlToPath(folder).toLowerCase() !== helper.urlToPath(fileTableModel.folder).toLowerCase()) {
|
||||
if (root.selectDirectory) {
|
||||
currentSelection.text = currentText !== "This PC" ? currentText : "";
|
||||
}
|
||||
fileTableModel.folder = folder;
|
||||
fileTableView.forceActiveFocus();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue