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:
Priyanshu
2025-03-06 12:14:03 +00:00
committed by GitHub
co-authored by indierusty
parent e9ecdc7e01
commit 27cf1682bc
@@ -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