Change to process events when the application is paused
[platform/core/uifw/dali-core.git] / dali / internal / event / events / gesture-event-processor.cpp
index a6ad63a..6a5b938 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2014 Samsung Electronics Co., Ltd.
+ * Copyright (c) 2017 Samsung Electronics Co., Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -194,7 +194,7 @@ void GestureEventProcessor::SetGestureProperties( const Gesture& gesture )
     SetUpdateRequired();
 
     // We may not be updating so we need to ask the render controller for an update.
-    mRenderController.RequestUpdate();
+    mRenderController.RequestUpdate( false );
   }
 
   switch ( gesture.type )