From: daid Date: Fri, 13 Feb 2015 08:36:36 +0000 (+0100) Subject: Disable alpha testing. X-Git-Tag: 15.02-RC1~1 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=d5c63ebb33afd2361e827a87b076940922183ae5;p=cura.git Disable alpha testing. --- diff --git a/Cura/gui/sceneView.py b/Cura/gui/sceneView.py index 00296a19..d875eb76 100644 --- a/Cura/gui/sceneView.py +++ b/Cura/gui/sceneView.py @@ -1405,6 +1405,7 @@ class SceneView(openglGui.glGuiPanel): glVertex3f(-w, d, 0) glEnd() glDisable(GL_TEXTURE_2D) + glDisable(GL_ALPHA_TEST) glBlendFunc(GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA) glPopMatrix() else: