ginebra2/Gestures/GestureRecognizer.cpp
changeset 16 3c88a81ff781
parent 9 b39122337a00
--- a/ginebra2/Gestures/GestureRecognizer.cpp	Thu Sep 23 15:32:11 2010 -0400
+++ b/ginebra2/Gestures/GestureRecognizer.cpp	Fri Oct 15 17:30:59 2010 -0400
@@ -67,7 +67,7 @@
     case QEvent::GraphicsSceneMouseRelease:
         handled = d->mouseReleaseEvent(event);
         break;
-    case QEvent::GraphicsSceneContextMenu:
+    case QEvent::GraphicsSceneContextMenu:    	
         //Swallow context menu event.
         //Since we have own way of handling it
         handled = true;