chiark
/
gitweb
/
~ianmdlvl
/
cura.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
909e176
)
always show numbers on slider
author
hg42@gmx.net
<hg42@gmx.net>
Thu, 2 Jan 2014 15:14:51 +0000
(16:14 +0100)
committer
hg42@gmx.net
<hg42@gmx.net>
Thu, 2 Jan 2014 15:14:51 +0000
(16:14 +0100)
--HG--
extra : source :
634ece8776ec3ffa73227fbd733734dc34baf10f
Cura/gui/util/openglGui.py
patch
|
blob
|
history
diff --git
a/Cura/gui/util/openglGui.py
b/Cura/gui/util/openglGui.py
index 19aa9ecff9cd76b0dba3d6b2ead0cdae09a95175..48e216de38b26e193bf574597d11690212761ede 100644
(file)
--- 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)