From d853c05bbcbb34d919afd6326bcadca6e40a60e4 Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Sat, 15 Jul 2017 16:46:54 +0200 Subject: Fixups --- framework/qml/TreeView.qml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'framework/qml/TreeView.qml') diff --git a/framework/qml/TreeView.qml b/framework/qml/TreeView.qml index aef0ee92..367fd3c3 100644 --- a/framework/qml/TreeView.qml +++ b/framework/qml/TreeView.qml @@ -36,7 +36,7 @@ TreeView { model: root.model //TODO once we don't loose focus to the next view // onCurrentChanged: { - // treeView.activated(selection.currentIndex) + // root.activated(selection.currentIndex) // } } @@ -64,7 +64,7 @@ TreeView { } //Forward the signal because on a desktopsystem activated is only triggerd by double clicks - onClicked: treeView.activated(index) + onClicked: root.activated(index) alternatingRowColors: false headerVisible: false -- cgit v1.2.3