FIX: reset_cut_by_contours should update_buffer_data

Jira: STUDIO-5376
Change-Id: I5aacb1f7b65822031d7138abd61a45b09c743531
This commit is contained in:
zhou.xu 2023-11-24 12:01:50 +08:00 committed by Lane.Wei
parent 274b13d977
commit 8ddee271ea
1 changed files with 1 additions and 0 deletions

View File

@ -1563,6 +1563,7 @@ bool GLGizmoAdvancedCut::has_valid_contour() const
void GLGizmoAdvancedCut::reset_cut_by_contours()
{
update_buffer_data();
delete_part_selection();
m_part_selection = new PartSelection();