mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-15 22:28:10 +08:00
Fix undo bug returning to drawing a Pen tool rubber-band curve on prior parts of a previously drawn shape (#2710)
fix: add cleanup after pen path is closed Co-authored-by: Keavon Chambers <keavon@keavon.com>
This commit is contained in:
committed by
Keavon Chambers
parent
643d7b4432
commit
8a3f133140
@@ -706,6 +706,7 @@ impl PenToolData {
|
||||
layer,
|
||||
modification_type: VectorModificationType::SetG1Continuous { handles, enabled: colinear },
|
||||
});
|
||||
self.cleanup(responses);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user