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