mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-04 03:24:46 +02:00
Select nothing by default when navigate up/down directory structure
This commit is contained in:
parent
437607998f
commit
eddfe4847a
1 changed files with 2 additions and 5 deletions
|
@ -393,11 +393,8 @@ ModalWindow {
|
|||
}
|
||||
|
||||
fileTableView.selection.clear();
|
||||
if (model.count > 0 && fileTableView.activeFocus) {
|
||||
fileTableView.currentRow = 0;
|
||||
fileTableView.selection.select(0);
|
||||
d.update();
|
||||
}
|
||||
fileTableView.currentRow = -1;
|
||||
d.update();
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue