From 3afa93ed7c5253ee7e94b926cd038100630ebc1e Mon Sep 17 00:00:00 2001 From: vipul Date: Wed, 17 Jul 2013 15:47:23 +0530 Subject: [PATCH] TDIS-6955. Focus Ui issue in tabbar Signed-off-by: vipul Change-Id: I47a8f934f493514bd796754a7459235c330203e8 --- src/ui/controls/FUiCtrl_TabBarPresenter.cpp | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/ui/controls/FUiCtrl_TabBarPresenter.cpp b/src/ui/controls/FUiCtrl_TabBarPresenter.cpp index 2b45340..db2466b 100644 --- a/src/ui/controls/FUiCtrl_TabBarPresenter.cpp +++ b/src/ui/controls/FUiCtrl_TabBarPresenter.cpp @@ -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; -- 2.7.4