From 63ae70e426b4be46776e133838d7cad996cfdc84 Mon Sep 17 00:00:00 2001 From: Taejun Date: Fri, 29 Mar 2013 13:20:38 +0900 Subject: [PATCH] Fix rotate error in SearchBar Change-Id: I3a0d6fa9ed28d329c7bb08826c28bf0d9deea121 --- src/ui/controls/FUiCtrl_EditPresenter.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ui/controls/FUiCtrl_EditPresenter.cpp b/src/ui/controls/FUiCtrl_EditPresenter.cpp index 07a3d0b..e67bd57 100755 --- a/src/ui/controls/FUiCtrl_EditPresenter.cpp +++ b/src/ui/controls/FUiCtrl_EditPresenter.cpp @@ -6227,7 +6227,7 @@ _EditPresenter::ChangeLayout(_ControlOrientation orientation) __pCommandButton->SetVisibleState(false); } - if (__isKeypadExist) //Only keypad Exist should be checked because clipboard boundschanged callback will be called after onchagelayout + if (__isKeypadExist && !__clipboardConnected) //Only keypad Exist should be checked because clipboard boundschanged callback will be called after onchagelayout { __initialParentHeight = 0.0f; ChangeLayoutInternal(orientation); -- 2.7.4