summaryrefslogtreecommitdiffstats
path: root/src/controls/Styles/Android/CursorHandleStyle.qml
diff options
context:
space:
mode:
Diffstat (limited to 'src/controls/Styles/Android/CursorHandleStyle.qml')
-rw-r--r--src/controls/Styles/Android/CursorHandleStyle.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/controls/Styles/Android/CursorHandleStyle.qml b/src/controls/Styles/Android/CursorHandleStyle.qml
index 8f1cff4f3..97b9fe857 100644
--- a/src/controls/Styles/Android/CursorHandleStyle.qml
+++ b/src/controls/Styles/Android/CursorHandleStyle.qml
@@ -54,7 +54,7 @@ DrawableLoader {
pressed: styleData.pressed
focused: control.activeFocus
- window_focused: focused && control.window && control.window.active
+ window_focused: focused && control.Window.active
Connections {
target: editor