mirror of
https://github.com/lubosz/overte.git
synced 2025-08-08 03:08:00 +02:00
Don't highlight first drive in table when choose "This PC" from dropdown
This commit is contained in:
parent
d346d4c731
commit
4176940e24
1 changed files with 0 additions and 6 deletions
|
@ -451,12 +451,6 @@ ModalWindow {
|
||||||
|
|
||||||
onSortIndicatorOrderChanged: { updateSort(); }
|
onSortIndicatorOrderChanged: { updateSort(); }
|
||||||
|
|
||||||
onActiveFocusChanged: {
|
|
||||||
if (activeFocus && currentRow == -1) {
|
|
||||||
fileTableView.selection.select(0)
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
itemDelegate: Item {
|
itemDelegate: Item {
|
||||||
clip: true
|
clip: true
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue