Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'Cura/gui/sceneView.py')
-rw-r--r--Cura/gui/sceneView.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cura/gui/sceneView.py b/Cura/gui/sceneView.py
index 00296a19cf..d875eb768f 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: