Fixed jira issue.
authorKeuckdo Bang <keuckdo.bang@samsung.net>
Tue, 9 Jul 2013 00:50:37 +0000 (09:50 +0900)
committerKeuckdo Bang <keuckdo.bang@samsung.net>
Tue, 9 Jul 2013 00:50:37 +0000 (09:50 +0900)
Change-Id: I92522ca3969b3d1852ee9083a507e25b26f4ca4a

src/ui/controls/FUiCtrl_Indicator.cpp

index 2ed2ff6..3fed93a 100644 (file)
@@ -432,6 +432,8 @@ _Indicator::OnChangeLayout(_ControlOrientation orientation)
                win = (Ecore_X_Window)__pWindow->GetNativeHandle();
        }
 
+       __orientation = orientation;
+
        if (orientation == _CONTROL_ORIENTATION_PORTRAIT)
        {
                ChangeCurrentVisualElement(__pPortraitVisualElement);