diff options
| -rw-r--r-- | src/controls/TableView.qml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/controls/TableView.qml b/src/controls/TableView.qml index 7bcd311e1..a10972531 100644 --- a/src/controls/TableView.qml +++ b/src/controls/TableView.qml @@ -843,6 +843,7 @@ ScrollView { id: rowItemContainer activeFocusOnTab: false + z: rowItem.activeFocus ? 0.7 : rowItem.itemSelected ? 0.5 : 0 property Item rowItem // We recycle instantiated row items to speed up list scrolling |
