FIX: plane_normal is not right after undo

Jira: STUDIO-5576
Change-Id: Id90c05a193beceb2f3ca5db50d2f3ddddc5434a9
This commit is contained in:
zhou.xu 2023-12-27 14:32:47 +08:00 committed by Lane.Wei
parent 9b71e176d9
commit cbdc59e19f
1 changed files with 1 additions and 0 deletions

View File

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