From: Dongsug Song Date: Mon, 21 Dec 2020 08:33:27 +0000 (+0900) Subject: [Tizen] Revert "Use touch consumed return to set whether we process a gesture or not X-Git-Tag: accepted/tizen/unified/20201222.122622~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=fb51f9f60be4fad5f21cb74de0878b47be2c5f5f;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 0b8759e963bd86d174a71244a8cd05f97a45d896. Change-Id: I9543cfe4c0193e8a2b69224950082267b2970a20 --- 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);