diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/controls/TableView.qml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/controls/TableView.qml b/src/controls/TableView.qml index ca5ecb592..7da97ef86 100644 --- a/src/controls/TableView.qml +++ b/src/controls/TableView.qml @@ -348,8 +348,8 @@ ScrollView { highlightFollowsCurrentItem: true model: root.model - Keys.onUpPressed: root.decrementCurrentIndex() - Keys.onDownPressed: root.incrementCurrentIndex() + Keys.onUpPressed: root.__decrementCurrentIndex() + Keys.onDownPressed: root.__incrementCurrentIndex() Keys.onPressed: { if (event.key === Qt.Key_PageUp) { |
