From 42a660a89334373f8f610d5c344fdccf008d57bc Mon Sep 17 00:00:00 2001 From: Florian Foinant-Willig Date: Thu, 16 May 2024 13:35:50 +0200 Subject: [PATCH] Gui: fix SoDatumLabel arrow disappear --- src/Gui/SoDatumLabel.cpp | 1 + 1 file changed, 1 insertion(+) 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()) {