mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-08-12 16:29:03 +08:00
Fixed gizmo update when selecting objects using the sidebar table
This commit is contained in:
parent
fde299bf80
commit
fbf5460ac2
@ -5822,6 +5822,7 @@ void GLCanvas3D::set_camera_zoom(float zoom)
|
|||||||
void GLCanvas3D::update_gizmos_on_off_state()
|
void GLCanvas3D::update_gizmos_on_off_state()
|
||||||
{
|
{
|
||||||
set_as_dirty();
|
set_as_dirty();
|
||||||
|
_update_gizmos_data();
|
||||||
m_gizmos.update_on_off_state(get_selection());
|
m_gizmos.update_on_off_state(get_selection());
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user