add patch
[framework/osp/uifw.git] / src / ui / controls / FUiCtrl_TabBarPresenter.cpp
index 2b45340..db2466b 100644 (file)
@@ -648,11 +648,6 @@ _TabBarPresenter::ShiftToFocusedItem(int itemIndex, _FocusDirectionMove directio
                SysTryReturn(NID_UI_CTRL, r == E_SUCCESS, r, r, "[%s] Propagating.", GetErrorMessage(r));
        }
 
-       if(itemIndex == 0)              //when touchedCOM
-       {
-               SetItemSelected(0);
-       }
-
        __tabBar.Invalidate();
 
        return r;