From: Jiyun Yang Date: Thu, 26 Nov 2020 06:16:48 +0000 (+0900) Subject: [Tizen] Revert "Use touch consumed return to set whether we process a gesture or not X-Git-Tag: accepted/tizen/unified/20201126.123648~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3be4328a751053adab5950ce4d0f11d3cccd06e6;p=platform%2Fcore%2Fuifw%2Fdali-core.git [Tizen] Revert "Use touch consumed return to set whether we process a gesture or not This reverts commit ab99419ec5f143c8183720c446955abd4b8c348e. Change-Id: Ib73ae3a6b96188e0631db4a0c66d7f7f1a2beb83 --- diff --git a/dali/internal/event/events/event-processor.cpp b/dali/internal/event/events/event-processor.cpp old mode 100644 new mode 100755 index ff6007b..31ce118 --- a/dali/internal/event/events/event-processor.cpp +++ b/dali/internal/event/events/event-processor.cpp @@ -159,8 +159,8 @@ void EventProcessor::ProcessEvents() // Do this by sending an interrupted event to the GestureEventProcessor if( consumed ) { - Integration::Point& point = touchEvent.GetPoint(0); - point.SetState( PointState::INTERRUPTED ); + // Integration::Point& point = touchEvent.GetPoint(0); + // point.SetState( PointState::INTERRUPTED ); } mGestureEventProcessor.ProcessTouchEvent(mScene, touchEvent);