From 15bea9c8d07d8453ac9903e610c96f6f8ede6cbb Mon Sep 17 00:00:00 2001 From: minkyu kim Date: Fri, 24 May 2013 17:46:09 +0900 Subject: [PATCH] DCM-1698 : Call SetTouchCancel when OnTouchReleased isn't called Change-Id: I4a1354d7605fb5666fefb2b4f6e968c4366e5c01 --- src/ui/FUi_ControlImpl.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ui/FUi_ControlImpl.cpp b/src/ui/FUi_ControlImpl.cpp index 76643c9..cf62ba5 100644 --- a/src/ui/FUi_ControlImpl.cpp +++ b/src/ui/FUi_ControlImpl.cpp @@ -2788,7 +2788,7 @@ _ControlImpl::OnVisibleStateChanged(void) if (!gestureDetecting) { - pTouchManager->SetTouchCanceled(&GetCore()); + pTouchManager->SetTouchCanceled(null); } } } -- 2.7.4