"git@developer.sourcefind.cn:chenpangpang/ComfyUI.git" did not exist on "f509c6fe21179db585372ec4443c80179fa6c659"
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):
# 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):
......
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