aboutsummaryrefslogtreecommitdiffstats
path: root/DemoApplication/controls/CNToolButton.qml
diff options
context:
space:
mode:
Diffstat (limited to 'DemoApplication/controls/CNToolButton.qml')
-rw-r--r--DemoApplication/controls/CNToolButton.qml8
1 files changed, 1 insertions, 7 deletions
diff --git a/DemoApplication/controls/CNToolButton.qml b/DemoApplication/controls/CNToolButton.qml
index 65f2338..2da3a31 100644
--- a/DemoApplication/controls/CNToolButton.qml
+++ b/DemoApplication/controls/CNToolButton.qml
@@ -4,11 +4,5 @@ import CursorNavigation 1.0
ToolButton {
CursorNavigation.acceptsCursor: true
- Rectangle {
- anchors.fill: parent
- color: "transparent"
- border.width: 2
- border.color: "red"
- visible: parent.CursorNavigation.hasCursor
- }
+ CNCursorIndicator { cursorItem : parent }
}