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 17:44:03 +05:30 committed by GitHub
parent e9ecdc7e01
commit 27cf1682bc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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