Fix for N_Se-36573
authorAyush <ayush.sriv@samsung.com>
Tue, 30 Apr 2013 10:27:53 +0000 (15:57 +0530)
committerAyush <ayush.sriv@samsung.com>
Tue, 30 Apr 2013 10:27:53 +0000 (15:57 +0530)
Change-Id: Ia1b2f130ec5992db12f882b5155c851502e4f76d
Signed-off-by: Ayush <ayush.sriv@samsung.com>
src/ui/controls/FUiCtrl_SearchBarPresenter.cpp

index 0bf7a89..7539e6a 100644 (file)
@@ -453,7 +453,6 @@ _SearchBarPresenter::ChangeMode(SearchBarMode mode)
                if (__pEdit)
                {
                        __pEdit->ClearText();
-                       __pEdit->SetCursorDisabled(true);
                        __pEdit->SetBounds(__searchFieldBounds);
                        __pEdit->HideKeypad();
                }
@@ -474,8 +473,6 @@ _SearchBarPresenter::ChangeMode(SearchBarMode mode)
 
                if (__pEdit)
                {
-                       __pEdit->SetCursorDisabled(false);
-
                        float buttonWidth = 0.0f;
                        _ControlOrientation orientation = _ControlManager::GetInstance()->GetOrientation();
                        GET_SHAPE_CONFIG(SEARCHBAR::BUTTON_WIDTH, orientation, buttonWidth);