summaryrefslogtreecommitdiff
path: root/src/controls/TableView.qml
diff options
context:
space:
mode:
Diffstat (limited to 'src/controls/TableView.qml')
-rw-r--r--src/controls/TableView.qml3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/controls/TableView.qml b/src/controls/TableView.qml
index 41d0ca48..11b0662a 100644
--- a/src/controls/TableView.qml
+++ b/src/controls/TableView.qml
@@ -572,7 +572,7 @@ ScrollView {
ListView {
id: listView
focus: true
- activeFocusOnTab: root.activeFocusOnTab
+ activeFocusOnTab: false
anchors.topMargin: headerVisible ? tableHeader.height : 0
anchors.fill: parent
currentIndex: -1
@@ -788,6 +788,7 @@ ScrollView {
}
}
+ Keys.forwardTo: root
Keys.onUpPressed: {
event.accepted = false
__scroller.blockUpdates = true;