From d2b2699e1419bdc99d53f16d01047fd1bf1e32ab Mon Sep 17 00:00:00 2001 From: Shawn Rutledge Date: Fri, 8 Aug 2014 13:48:31 +0200 Subject: Replace usage of Item.window with Window attached property Change-Id: Ic33d645ba384697f761540e277507ad56617e2fb Reviewed-by: J-P Nurmi --- src/controls/Styles/Android/SpinBoxStyle.qml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/controls/Styles/Android/SpinBoxStyle.qml') diff --git a/src/controls/Styles/Android/SpinBoxStyle.qml b/src/controls/Styles/Android/SpinBoxStyle.qml index cbd52c586..86fce0349 100644 --- a/src/controls/Styles/Android/SpinBoxStyle.qml +++ b/src/controls/Styles/Android/SpinBoxStyle.qml @@ -68,7 +68,7 @@ Style { id: bg anchors.fill: parent focused: control.activeFocus - window_focused: focused && control.window && control.window.active + window_focused: focused && control.Window.active styleDef: panel.styleDef.View_background } @@ -93,7 +93,7 @@ Style { visible: false text: control.__text focused: control.activeFocus - window_focused: focused && control.window && control.window.active + window_focused: focused && control.Window.active styleDef: panel.styleDef } } -- cgit v1.2.3