--- a/Snapshot/SnapshotRegionGrabber.py Sat Mar 25 17:38:02 2017 +0100 +++ b/Snapshot/SnapshotRegionGrabber.py Sat Mar 25 20:05:18 2017 +0100 @@ -414,8 +414,10 @@ self.__BLHandle.moveBottomLeft(r.bottomLeft()) self.__BRHandle.moveBottomRight(r.bottomRight()) - self.__LHandle.moveTopLeft(QPoint(r.x(), r.y() + r.height() // 2 - s2)) - self.__THandle.moveTopLeft(QPoint(r.x() + r.width() // 2 - s2, r.y())) + self.__LHandle.moveTopLeft( + QPoint(r.x(), r.y() + r.height() // 2 - s2)) + self.__THandle.moveTopLeft( + QPoint(r.x() + r.width() // 2 - s2, r.y())) self.__RHandle.moveTopRight( QPoint(r.right(), r.y() + r.height() // 2 - s2)) self.__BHandle.moveBottomLeft(