QScintilla/Shell.py

branch
5_2_x
changeset 1589
9f0fef4a4fbe
parent 1565
815eb7a39944
child 1744
a297b2f21fd3
--- a/QScintilla/Shell.py	Sat Jan 28 11:36:56 2012 +0100
+++ b/QScintilla/Shell.py	Mon Jan 30 18:53:47 2012 +0100
@@ -736,7 +736,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