Graphics/UMLGraphicsView.py

changeset 1588
dccffd13be8d
parent 1518
e6e21910210d
child 2025
8bb085c59cd2
child 2029
51e8278f2c3d
--- a/Graphics/UMLGraphicsView.py	Sun Jan 29 18:39:10 2012 +0100
+++ b/Graphics/UMLGraphicsView.py	Mon Jan 30 18:53:11 2012 +0100
@@ -512,7 +512,7 @@
         @param evt reference to the wheel event (QWheelEvent)
         """
         if evt.modifiers() & Qt.ControlModifier:
-            if evt.delta()< 0:
+            if evt.delta() < 0:
                 self.zoomOut()
             else:
                 self.zoomIn()

eric ide

mercurial