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:
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
|
||||
|
|
|
|||
Loading…
Reference in New Issue