mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-05-15 19:52:39 -07:00
Fixed update of gizmo when deleting all objects
This commit is contained in:
@@ -1923,6 +1923,11 @@ void GLCanvas3D::update_gizmos_data()
|
||||
}
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
m_gizmos.set_scale(1.0f);
|
||||
m_gizmos.set_angle_z(0.0f);
|
||||
}
|
||||
}
|
||||
|
||||
void GLCanvas3D::render()
|
||||
|
||||
Reference in New Issue
Block a user