From 065c96cc2901a53f05b6e943fdd9758b92aabf3e Mon Sep 17 00:00:00 2001 From: "hg42@gmx.net" Date: Thu, 2 Jan 2014 16:14:51 +0100 Subject: [PATCH] always show numbers on slider --HG-- extra : source : 634ece8776ec3ffa73227fbd733734dc34baf10f --- Cura/gui/util/openglGui.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cura/gui/util/openglGui.py b/Cura/gui/util/openglGui.py index 19aa9ecf..48e216de 100644 --- a/Cura/gui/util/openglGui.py +++ b/Cura/gui/util/openglGui.py @@ -1030,7 +1030,7 @@ class glSlider(glGuiControl): else: valueNormalized = 0 glTranslate(0.0,scrollLength/2,0) - if self._focus: + if True: # self._focus: glColor4ub(0,0,0,255) glPushMatrix() glTranslate(-w/2,opengl.glGetStringSize(str(self._minValue))[1]/2,0) -- 2.30.2