chiark / gitweb /
Use a separate ImageID for the default glComboButton
authorYouness Alaoui <kakaroto@kakaroto.homelinux.net>
Wed, 31 Dec 2014 07:14:31 +0000 (02:14 -0500)
committerYouness Alaoui <kakaroto@kakaroto.homelinux.net>
Wed, 31 Dec 2014 07:14:47 +0000 (02:14 -0500)
commiteed9f30dbc056ff777815640f7e4f50890405a8c
tree0970a20971689c6236e020912e638b5b0aceff70
parentf7cd424e0e02b311771f7e3df603635e6eeae32a
Use a separate ImageID for the default glComboButton
This seems better than having 1 extra imageID than tooltips and ignoring
the imageID at offset 0.
This fixes an index out of range issue as well due to len(imageID) being
1 too many.
Fixes issue #67
Cura/gui/sceneView.py
Cura/gui/util/openglGui.py