Graphics/UMLGraphicsView.py

branch
Py2 comp.
changeset 3065
070b35dde35e
parent 3060
5883ce99ee12
child 3145
a9de05d4a22f
--- a/Graphics/UMLGraphicsView.py	Sun Nov 03 16:23:07 2013 +0100
+++ b/Graphics/UMLGraphicsView.py	Tue Nov 05 22:23:38 2013 +0100
@@ -424,7 +424,8 @@
         
         printDialog = QPrintDialog(printer, self)
         if printDialog.exec_():
-            super(UMLGraphicsView, self).printDiagram(printer, self.diagramName)
+            super(UMLGraphicsView, self).printDiagram(
+                printer, self.diagramName)
         
     def printPreviewDiagram(self):
         """

eric ide

mercurial