Merge "fixed bug" into tizen_2.1
authorChulheon <ch.jeong47@samsung.com>
Mon, 3 Jun 2013 06:59:20 +0000 (15:59 +0900)
committerGerrit Code Review <gerrit2@kim11>
Mon, 3 Jun 2013 06:59:20 +0000 (15:59 +0900)
src/ui/controls/FUiCtrl_SearchBar.cpp

index 6434ec0..4f5c3f7 100644 (file)
@@ -1662,6 +1662,8 @@ _SearchBar::OnKeypadClosed(void)
                __pKeypadEvent->Fire(*pEventArg);
        }
 
+       __isKeypadOpening = false;
+
        SetContentsArea();
        return;
 }