mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-08 15:43:17 +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(); }
|
||||
|
||||
onActiveFocusChanged: {
|
||||
if (activeFocus && currentRow == -1) {
|
||||
fileTableView.selection.select(0)
|
||||
}
|
||||
}
|
||||
|
||||
itemDelegate: Item {
|
||||
clip: true
|
||||
|
||||
|
|
Loading…
Reference in a new issue