From 035447dfd2b69691ea31cbb8782322f1008d0297 Mon Sep 17 00:00:00 2001 From: Keuckdo Bang Date: Tue, 9 Jul 2013 09:50:37 +0900 Subject: [PATCH] Fixed jira issue. Change-Id: I92522ca3969b3d1852ee9083a507e25b26f4ca4a --- src/ui/controls/FUiCtrl_Indicator.cpp | 2 ++ 1 file changed, 2 insertions(+) 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); -- 2.7.4