TDIS-6955. Focus Ui issue in tabbar
authorvipul <vipul.kumar@samsung.com>
Wed, 17 Jul 2013 10:17:23 +0000 (15:47 +0530)
committervipul <vipul.kumar@samsung.com>
Wed, 17 Jul 2013 10:17:23 +0000 (15:47 +0530)
Signed-off-by: vipul <vipul.kumar@samsung.com>
Change-Id: I47a8f934f493514bd796754a7459235c330203e8

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;