summaryrefslogtreecommitdiffstats
path: root/src/controls/Styles/Android/CheckBoxStyle.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/CheckBoxStyle.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/CheckBoxStyle.qml')
-rw-r--r--src/controls/Styles/Android/CheckBoxStyle.qml4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/controls/Styles/Android/CheckBoxStyle.qml b/src/controls/Styles/Android/CheckBoxStyle.qml
index 9abe76d03..908665d01 100644
--- a/src/controls/Styles/Android/CheckBoxStyle.qml
+++ b/src/controls/Styles/Android/CheckBoxStyle.qml
@@ -63,7 +63,7 @@ Style {
pressed: control.pressed
checked: control.checked
focused: control.activeFocus
- window_focused: control.window && control.window.active
+ window_focused: control.Window.active
styleDef: panel.styleDef.CompoundButton_button
anchors.verticalCenter: parent.verticalCenter
}
@@ -74,7 +74,7 @@ Style {
pressed: control.pressed
focused: control.activeFocus
selected: control.checked
- window_focused: control.window && control.window.active
+ window_focused: control.Window.active
styleDef: panel.styleDef
anchors.fill: parent