From 46f3a51ccf81da889b0b81113907a5f81708de75 Mon Sep 17 00:00:00 2001 From: Saravana Balaji Date: Wed, 24 Jul 2013 18:44:27 +0530 Subject: [PATCH] Fix for NSE-46836 Change-Id: I546e9e586c74e4ac83f627409234f44c1d052be6 Signed-off-by: Saravana Balaji --- src/ui/controls/FUiCtrl_ListViewItem.cpp | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/ui/controls/FUiCtrl_ListViewItem.cpp b/src/ui/controls/FUiCtrl_ListViewItem.cpp index 3ae7fca..e30c105 100644 --- a/src/ui/controls/FUiCtrl_ListViewItem.cpp +++ b/src/ui/controls/FUiCtrl_ListViewItem.cpp @@ -1027,7 +1027,6 @@ _ListViewItem::OnTouchPressed(const _Control& source, const _TouchInfo& touchinf return false; } - ClearLastStateChangedInfo(); StopTextSlideTimer(); FloatPoint pos = touchinfo.GetCurrentPosition(); @@ -1064,10 +1063,10 @@ _ListViewItem::OnTouchPressed(const _Control& source, const _TouchInfo& touchinf __touchPressed = true; __touchEnabled = true; - SetLastStateChangedInfo(); - _TableViewItem::OnTouchPressed(source, touchinfo); + SetLastStateChangedInfo(); + // for do not occur annex selection. if (__selectionEabled) { -- 2.7.4