"git@developer.sourcefind.cn:chenpangpang/ComfyUI.git" did not exist on "cf0098d5398cc330ffa8af9a0472ad1b8610515a"
Commit 9f69e975 authored by HinGwenWoong's avatar HinGwenWoong
Browse files

Make shift point bigger when copy box(es)

parent ab17e963
...@@ -546,7 +546,7 @@ class Canvas(QWidget): ...@@ -546,7 +546,7 @@ class Canvas(QWidget):
# Give up if both fail. # Give up if both fail.
for shape in shapes: for shape in shapes:
point = shape[0] point = shape[0]
offset = QPointF(2.0, 2.0) offset = QPointF(5.0, 5.0)
self.calculateOffsets(shape, point) self.calculateOffsets(shape, point)
self.prevPoint = point self.prevPoint = point
if not self.boundedMoveShape(shape, point - offset): if not self.boundedMoveShape(shape, point - offset):
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment