From: Keuckdo Bang Date: Tue, 9 Jul 2013 00:50:37 +0000 (+0900) Subject: Fixed jira issue. X-Git-Tag: submit/tizen_2.2/20130714.153149~75^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=035447dfd2b69691ea31cbb8782322f1008d0297;p=framework%2Fosp%2Fuifw.git Fixed jira issue. Change-Id: I92522ca3969b3d1852ee9083a507e25b26f4ca4a --- diff --git a/src/ui/controls/FUiCtrl_Indicator.cpp b/src/ui/controls/FUiCtrl_Indicator.cpp index 2ed2ff6..3fed93a 100644 --- a/src/ui/controls/FUiCtrl_Indicator.cpp +++ b/src/ui/controls/FUiCtrl_Indicator.cpp @@ -432,6 +432,8 @@ _Indicator::OnChangeLayout(_ControlOrientation orientation) win = (Ecore_X_Window)__pWindow->GetNativeHandle(); } + __orientation = orientation; + if (orientation == _CONTROL_ORIENTATION_PORTRAIT) { ChangeCurrentVisualElement(__pPortraitVisualElement);