Fix: GPv3: Missing curve type counts update in hard erasor

This commit is contained in:
Hans Goudey 2023-11-22 14:29:55 -05:00
parent e28a782dbe
commit 02a95198d2

@ -543,6 +543,8 @@ struct EraseOperationExecutor {
src_now_cyclic.as_span(), dst_to_src_curve.as_span(), dst.cyclic_for_write()); src_now_cyclic.as_span(), dst_to_src_curve.as_span(), dst.cyclic_for_write());
} }
dst.update_curve_types();
/* Display intersections with flat caps. */ /* Display intersections with flat caps. */
if (!keep_caps) { if (!keep_caps) {
bke::SpanAttributeWriter<int8_t> dst_start_caps = bke::SpanAttributeWriter<int8_t> dst_start_caps =