mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-15 22:28:10 +08:00
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 <priyaayadav@gmail.com>
This commit is contained in:
@@ -803,7 +803,7 @@ impl PenToolData {
|
||||
if self.modifiers.lock_angle {
|
||||
self.set_lock_angle(&vector_data, point, segment);
|
||||
}
|
||||
self.handle_mode = HandleMode::ColinearEquidistant;
|
||||
self.handle_mode = HandleMode::Free;
|
||||
}
|
||||
|
||||
// Stores the segment and point ID of the clicked endpoint
|
||||
|
||||
Reference in New Issue
Block a user