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