Skip to content

Commit

Permalink
Fix for Prusa-Development/PrusaSlicerPrivate@fe39af7 - disable sla_sh…
Browse files Browse the repository at this point in the history
…ift on close of the SLASupportsGizmo
  • Loading branch information
YuSanka committed Jan 31, 2023
1 parent 3e1348c commit bb4bf85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/slic3r/GUI/Gizmos/GLGizmoSlaSupports.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit bb4bf85

Please sign in to comment.