Fix: GPv3: Add missing call to selection.finish()

This commit is contained in:
Falk David
2024-03-12 15:48:29 +01:00
parent aa3ffca8dc
commit 3d5e3b60be
@@ -589,6 +589,8 @@ void PaintOperation::process_stroke_end(const bContext &C, bke::greasepencil::Dr
else if (selection_domain == bke::AttrDomain::Point) {
ed::curves::fill_selection_false(selection.span.slice(points));
}
selection.finish();
}
void PaintOperation::on_stroke_done(const bContext &C)