Skip to content

Commit

Permalink
Fix issue that flatten gizmo faces not updated after reload from disk (
Browse files Browse the repository at this point in the history
  • Loading branch information
Noisyfox committed Jan 14, 2025
1 parent 4c955e5 commit 969a027
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/slic3r/GUI/Gizmos/GLGizmosManager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -375,6 +375,9 @@ void GLGizmosManager::update_data()
: CommonGizmosDataID(0));
if (m_current != Undefined) m_gizmos[m_current]->data_changed(m_serializing);

// Orca: hack: Fix issue that flatten gizmo faces not updated after reload from disk
if (m_current != Flatten) m_gizmos[Flatten]->data_changed(m_serializing);

//BBS: GUI refactor: add object manipulation in gizmo
m_object_manipulation.update_ui_from_settings();
m_object_manipulation.UpdateAndShow(true);
Expand Down

0 comments on commit 969a027

Please sign in to comment.