Snapshot/SnapshotRegionGrabber.py

changeset 5664
9b318fcb1ee2
parent 5653
c023821bb25f
child 5736
000ea446ff4b
--- 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(

eric ide

mercurial