mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-16 03:07:55 -06:00
Fixed update of clipping plane when a gizmo was turned off
This commit is contained in:
parent
8c8256c6a2
commit
6e8bdb2c86
2 changed files with 2 additions and 4 deletions
|
@ -1082,6 +1082,7 @@ void GLGizmoSlaSupports::on_set_state()
|
|||
m_parent.toggle_model_objects_visibility(true);
|
||||
m_normal_cache.clear();
|
||||
m_clipping_plane_distance = 0.f;
|
||||
update_clipping_plane();
|
||||
// Release clippers and the AABB raycaster.
|
||||
m_its = nullptr;
|
||||
m_c->m_object_clipper.reset();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue