Make shift point bigger when copy box(es)

This commit is contained in:
HinGwenWoong 2022-02-24 22:12:42 +08:00
parent ab17e9634b
commit 9f69e97569

View File

@ -546,7 +546,7 @@ class Canvas(QWidget):
# Give up if both fail.
for shape in shapes:
point = shape[0]
offset = QPointF(2.0, 2.0)
offset = QPointF(5.0, 5.0)
self.calculateOffsets(shape, point)
self.prevPoint = point
if not self.boundedMoveShape(shape, point - offset):