Graphics/PixmapDiagram.py

changeset 3035
36e9f388958b
parent 3034
7ce719013078
child 3060
5883ce99ee12
child 3160
209a07d7e401
--- a/Graphics/PixmapDiagram.py	Sat Oct 19 13:03:39 2013 +0200
+++ b/Graphics/PixmapDiagram.py	Sat Oct 19 14:05:26 2013 +0200
@@ -232,7 +232,7 @@
         @param factor factor to adjust by (float)
         """
         scrollBar.setValue(int(factor * scrollBar.value()
-                                + ((factor - 1) * scrollBar.pageStep() / 2)))
+                           + ((factor - 1) * scrollBar.pageStep() / 2)))
         
     def __levelForZoom(self, zoom):
         """

eric ide

mercurial