mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-24 15:13:58 -06:00
Rotate gizmo radius changed only when moving one of multiple instances
This commit is contained in:
commit
0f5ce827a1
2 changed files with 8 additions and 58 deletions
|
@ -3017,7 +3017,7 @@ void GLCanvas3D::on_mouse(wxMouseEvent& evt)
|
|||
m_on_update_geometry_info_callback.call(size.x, size.y, size.z, m_gizmos.get_scale());
|
||||
}
|
||||
|
||||
if (volumes.size() > 1)
|
||||
if ((m_gizmos.get_current_type() != Gizmos::Rotate) && (volumes.size() > 1))
|
||||
m_gizmos.refresh();
|
||||
|
||||
m_dirty = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue