mirror of
https://git.mirrors.martin98.com/https://github.com/SoftFever/OrcaSlicer.git
synced 2025-08-14 10:45:56 +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()
|
void GLCanvas3D::render()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user