1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-11 08:04:25 +00:00

Fix of a modifier transparency problem in painting gizmos

This commit is contained in:
Lukas Matena
2020-10-06 12:27:58 +02:00
parent 6fc98f05ef
commit c4951c5efc
@@ -177,6 +177,7 @@ void GLGizmoPainterBase::render_cursor_circle() const
glsafe(::glPopAttrib());
glsafe(::glPopMatrix());
glsafe(::glEnable(GL_DEPTH_TEST));
}