From 746a6f38116b5a950cd9a6f4c41353c4e72cd810 Mon Sep 17 00:00:00 2001 From: Keuckdo Bang Date: Thu, 28 Mar 2013 18:32:12 +0900 Subject: [PATCH] When rotating, layout is not updated. Change-Id: I4bb246f9f9652a3dc4d3ffa99c9dc19595475a4b --- src/ui/controls/FUiCtrl_FrameImpl.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ui/controls/FUiCtrl_FrameImpl.cpp b/src/ui/controls/FUiCtrl_FrameImpl.cpp index 7177ed4..3eb40f5 100644 --- a/src/ui/controls/FUiCtrl_FrameImpl.cpp +++ b/src/ui/controls/FUiCtrl_FrameImpl.cpp @@ -370,7 +370,7 @@ _FrameImpl::OnChildDetached(const _Control& child) { _FormImpl* pCurrentForm = dynamic_cast<_FormImpl*>(GetChild(childCount - 1)); SysTryReturnVoidResult(NID_UI_CTRL, pCurrentForm, GetLastResult(), "[%s] Propagating.", GetErrorMessage(GetLastResult())); - SetCurrentForm(*pCurrentForm); + pCurrentForm->UpdateOrientationStatus(true); } } -- 2.7.4