--- 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):