mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-08-13 00:28:59 +08:00
Fixed update of gizmo when deleting all objects
This commit is contained in:
parent
678be2b317
commit
5ff26bce50
@ -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()
|
||||
|
Loading…
x
Reference in New Issue
Block a user