(PanGestures)PropertyOwner.ResetDefaultProperties is now called on PanGestures
[platform/core/uifw/dali-core.git] / dali / internal / update / gestures / scene-graph-pan-gesture.cpp
index 19422d9..a5f6631 100644 (file)
@@ -123,7 +123,10 @@ const GesturePropertyVector2& PanGesture::GetLocalDisplacementProperty() const
 
 void PanGesture::ResetDefaultProperties( BufferIndex updateBufferIndex )
 {
-  // Nothing to do
+  mScreenPosition.Reset();
+  mScreenDisplacement.Reset();
+  mLocalPosition.Reset();
+  mLocalDisplacement.Reset();
 }
 
 PanGesture::PanGesture()