Fix for fe39af7d7b - disable sla_shift on close of the SLASupportsGizmo

This commit is contained in:
YuSanka 2023-01-31 17:56:36 +01:00
parent 3e1348c062
commit bb4bf85fb3

View File

@ -848,7 +848,7 @@ void GLGizmoSlaSupports::on_set_state()
if (m_state == Off) {
m_c->instances_hider()->set_hide_full_scene(false);
m_c->selection_info()->set_use_shift(true); // see top of on_render for details
m_c->selection_info()->set_use_shift(false); // see top of on_render for details
}
}
m_old_state = m_state;