Snapshot/SnapshotFreehandGrabber.py

changeset 2997
7f0ef975da9e
parent 2993
4933ac9daa80
child 3030
4a0a82ddd9d2
child 3057
10516539f238
--- a/Snapshot/SnapshotFreehandGrabber.py	Tue Oct 08 19:52:11 2013 +0200
+++ b/Snapshot/SnapshotFreehandGrabber.py	Wed Oct 09 18:34:30 2013 +0200
@@ -121,7 +121,8 @@
             # Draw outline around selection.
             # Important: the 1px-wide outline is *also* part of the
             # captured free-region
-            pen = QPen(handleColor, 1, Qt.SolidLine, Qt.SquareCap, Qt.BevelJoin)
+            pen = QPen(handleColor, 1, Qt.SolidLine, Qt.SquareCap,
+                       Qt.BevelJoin)
             painter.setPen(pen)
             painter.drawPolygon(pol)
             

eric ide

mercurial