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:
parent
643d7b4432
commit
8a3f133140
|
|
@ -706,6 +706,7 @@ impl PenToolData {
|
|||
layer,
|
||||
modification_type: VectorModificationType::SetG1Continuous { handles, enabled: colinear },
|
||||
});
|
||||
self.cleanup(responses);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue