Fix layout problem when edit is deleted
authorTaejun <tj.twt.park@samsung.com>
Thu, 9 May 2013 01:42:56 +0000 (10:42 +0900)
committerTaejun <tj.twt.park@samsung.com>
Thu, 9 May 2013 01:42:56 +0000 (10:42 +0900)
Change-Id: I57aa94bebf815668806bd142265122e852d89b16

src/ui/controls/FUiCtrl_EditPresenter.cpp

index 931f727..c3305e6 100644 (file)
@@ -6880,7 +6880,7 @@ _EditPresenter::HideKeypad(bool focus)
        __isTextComposing = false;
        __composingTextLength = 0;
 
-       if (__isKeypadExist && focus)
+       if (__isKeypadExist)
        {
                __isKeypadHiding = true;
        }