diff --git a/src/Gui/SoDatumLabel.cpp b/src/Gui/SoDatumLabel.cpp index 1cd1d21007..256e9d14cd 100644 --- a/src/Gui/SoDatumLabel.cpp +++ b/src/Gui/SoDatumLabel.cpp @@ -997,6 +997,7 @@ void SoDatumLabel::GLRender(SoGLRenderAction * action) //Set General OpenGL Properties glPushAttrib(GL_ENABLE_BIT | GL_PIXEL_MODE_BIT | GL_COLOR_BUFFER_BIT); glDisable(GL_LIGHTING); + glDisable(GL_CULL_FACE); //Enable Anti-alias if (action->isSmoothing()) {