Don't highlight first drive in table when choose "This PC" from dropdown

This commit is contained in:
David Rowe 2016-06-09 17:02:43 +12:00
parent d346d4c731
commit 4176940e24

View file

@ -451,12 +451,6 @@ ModalWindow {
onSortIndicatorOrderChanged: { updateSort(); }
onActiveFocusChanged: {
if (activeFocus && currentRow == -1) {
fileTableView.selection.select(0)
}
}
itemDelegate: Item {
clip: true