Graphics/PixmapDiagram.py

changeset 3034
7ce719013078
parent 3022
57179e4cdadd
child 3035
36e9f388958b
--- a/Graphics/PixmapDiagram.py	Sat Oct 19 12:28:12 2013 +0200
+++ b/Graphics/PixmapDiagram.py	Sat Oct 19 13:03:39 2013 +0200
@@ -296,7 +296,7 @@
         
         @return current zoom factor in percent (integer)
         """
-        return int(self.pixmapLabel.width() / 
+        return int(self.pixmapLabel.width() /
                    self.pixmapLabel.pixmap().width() * 100.0)
         
     def __printDiagram(self):

eric ide

mercurial