mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-08-15 11:55:58 +08:00
Follow-up 923f7cf8d764d420e332d9034d1e397574a0d956 - CutGizmo : Added missed parameter for transformed_bounding_box on activate gizmo
This commit is contained in:
parent
0c78a4474c
commit
97414fa4fd
@ -902,7 +902,7 @@ void GLGizmoCut3D::on_set_state()
|
|||||||
|
|
||||||
update_bb();
|
update_bb();
|
||||||
m_connectors_editing = !m_selected.empty();
|
m_connectors_editing = !m_selected.empty();
|
||||||
m_transformed_bounding_box = transformed_bounding_box(m_plane_center);
|
m_transformed_bounding_box = transformed_bounding_box(m_plane_center, m_rotation_m);
|
||||||
|
|
||||||
// initiate archived values
|
// initiate archived values
|
||||||
m_ar_plane_center = m_plane_center;
|
m_ar_plane_center = m_plane_center;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user