mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-14 10:17:55 -06:00
Fix of sla gizmo (it sometimes showed supports for hidden objects)
This commit is contained in:
parent
9652e8193a
commit
3f7f8f978e
3 changed files with 11 additions and 6 deletions
|
@ -666,7 +666,7 @@ RENDER_AGAIN:
|
|||
m_imgui->end();
|
||||
|
||||
if (m_editing_mode != m_old_editing_state) { // user toggled between editing/non-editing mode
|
||||
m_parent.toggle_sla_auxiliaries_visibility(!m_editing_mode);
|
||||
m_parent.toggle_sla_auxiliaries_visibility(!m_editing_mode, m_model_object, m_active_instance);
|
||||
force_refresh = true;
|
||||
}
|
||||
m_old_editing_state = m_editing_mode;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue