Skip to content

Commit 27cf168

Browse files
indierustyindierusty
andauthored
Fix Pen tool click-dragging from handle causing opposite colinear handle to rotate with drag (#2338)
fix pen tool rotating the handle of the endpoint we are extending Co-authored-by: indierusty <[email protected]>
1 parent e9ecdc7 commit 27cf168

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

editor/src/messages/tool/tool_messages/pen_tool.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -803,7 +803,7 @@ impl PenToolData {
803803
if self.modifiers.lock_angle {
804804
self.set_lock_angle(&vector_data, point, segment);
805805
}
806-
self.handle_mode = HandleMode::ColinearEquidistant;
806+
self.handle_mode = HandleMode::Free;
807807
}
808808

809809
// Stores the segment and point ID of the clicked endpoint

0 commit comments

Comments
 (0)