summaryrefslogtreecommitdiffstats
path: root/src/controls/Styles/Android/CursorHandleStyle.qml
diff options
context:
space:
mode:
authorFrederik Gladhorn <frederik.gladhorn@digia.com>2014-08-28 16:17:05 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2014-08-28 16:17:05 +0200
commit1c9bf2e4641ba1fe8e6d8ba3da0d783e11ae56f6 (patch)
tree7acb42c1c65868a3befa256cf117b6cacb942546 /src/controls/Styles/Android/CursorHandleStyle.qml
parent10f0da6cfb56396a16ec741380556320fba86552 (diff)
parent042cd5a6d88685d57e8828e4aca55e48feeb9bf7 (diff)
Merge "Merge remote-tracking branch 'origin/5.4' into dev" into refs/staging/dev
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