FIX: plane_normal is not right after undo
Jira: STUDIO-5576 Change-Id: Id90c05a193beceb2f3ca5db50d2f3ddddc5434a9
This commit is contained in:
parent
9b71e176d9
commit
cbdc59e19f
|
@ -1622,6 +1622,7 @@ bool GLGizmoAdvancedCut::has_valid_contour() const
|
||||||
void GLGizmoAdvancedCut::reset_cut_by_contours()
|
void GLGizmoAdvancedCut::reset_cut_by_contours()
|
||||||
{
|
{
|
||||||
update_buffer_data();
|
update_buffer_data();
|
||||||
|
update_plane_normal();
|
||||||
delete_part_selection();
|
delete_part_selection();
|
||||||
m_part_selection = new PartSelection();
|
m_part_selection = new PartSelection();
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue