mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-05-14 19:12:38 -07:00
FDM supports gizmo fix: make sure that slope visualizer is off when turning off the gizmo
This commit is contained in:
@@ -759,6 +759,7 @@ void GLGizmoFdmSupports::on_set_state()
|
||||
if (m_state == Off && m_old_state != Off) { // the gizmo was just turned Off
|
||||
// we are actually shutting down
|
||||
m_setting_angle = false;
|
||||
m_parent.use_slope(false);
|
||||
wxGetApp().plater()->leave_gizmos_stack();
|
||||
{
|
||||
Plater::TakeSnapshot snapshot(wxGetApp().plater(), _(L("FDM gizmo turned off")));
|
||||
|
||||
Reference in New Issue
Block a user