mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-05-14 13:02:39 -07:00
Fixed moving center of rotate gizmo
This commit is contained in:
@@ -3297,7 +3297,7 @@ BoundingBoxf3 GLCanvas3D::_selected_volumes_bounding_box() const
|
||||
{
|
||||
for (const GLVolume* volume : selected_volumes)
|
||||
{
|
||||
bb.merge(volume->transformed_convex_hull_bounding_box());
|
||||
bb.merge(volume->transformed_bounding_box());
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user