mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-07-13 18:31:49 +08:00
Fix for issue 78.
This commit is contained in:
parent
5dafeb0c3a
commit
c5cfa6498f
@ -587,6 +587,10 @@ void GLGizmoEmboss::on_render_input_window(float x, float y, float bottom_limit)
|
|||||||
|
|
||||||
void GLGizmoEmboss::on_set_state()
|
void GLGizmoEmboss::on_set_state()
|
||||||
{
|
{
|
||||||
|
// enable / disable bed from picking
|
||||||
|
// Rotation gizmo must work through bed
|
||||||
|
m_parent.set_raycaster_gizmos_on_top(GLGizmoBase::m_state == GLGizmoBase::On);
|
||||||
|
|
||||||
m_rotate_gizmo.set_state(GLGizmoBase::m_state);
|
m_rotate_gizmo.set_state(GLGizmoBase::m_state);
|
||||||
|
|
||||||
// Closing gizmo. e.g. selecting another one
|
// Closing gizmo. e.g. selecting another one
|
||||||
|
Loading…
x
Reference in New Issue
Block a user