QScintilla/Shell.py

changeset 1588
dccffd13be8d
parent 1566
0cb791cc631a
child 1743
4f9afcd8eb9d
diff -r 714a3627a089 -r dccffd13be8d QScintilla/Shell.py
--- a/QScintilla/Shell.py	Sun Jan 29 18:39:10 2012 +0100
+++ b/QScintilla/Shell.py	Mon Jan 30 18:53:11 2012 +0100
@@ -740,7 +740,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