FIX: reset_cut_by_contours should update_buffer_data
Jira: STUDIO-5376 Change-Id: I5aacb1f7b65822031d7138abd61a45b09c743531
This commit is contained in:
parent
274b13d977
commit
8ddee271ea
|
@ -1563,6 +1563,7 @@ bool GLGizmoAdvancedCut::has_valid_contour() const
|
||||||
|
|
||||||
void GLGizmoAdvancedCut::reset_cut_by_contours()
|
void GLGizmoAdvancedCut::reset_cut_by_contours()
|
||||||
{
|
{
|
||||||
|
update_buffer_data();
|
||||||
delete_part_selection();
|
delete_part_selection();
|
||||||
m_part_selection = new PartSelection();
|
m_part_selection = new PartSelection();
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue