mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-20 11:28:30 +08:00
Fix double clicking anchor to convert between smooth and sharp (#2023)
* Buffer after undo * Quick thumbnail fix while I'm thinking about it --------- Co-authored-by: Keavon Chambers <keavon@keavon.com>
This commit is contained in:
@@ -1091,7 +1091,6 @@ impl ShapeState {
|
||||
|
||||
// Check by comparing the handle positions to the anchor if this manipulator group is a point
|
||||
let already_sharp = positions.next().is_none();
|
||||
|
||||
if already_sharp {
|
||||
self.convert_manipulator_handles_to_colinear(&vector_data, id, responses, layer);
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user