From: daid303 Date: Fri, 8 Mar 2013 09:24:57 +0000 (+0100) Subject: Update the viewmode combobox image when the viewmode is changed by loading a file... X-Git-Tag: 13.03~4 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=7159380ca1b31337e2e1ebeef696f2b3cc6d1d32;p=cura.git Update the viewmode combobox image when the viewmode is changed by loading a file or slicing being ready. --- diff --git a/Cura/gui/util/openglGui.py b/Cura/gui/util/openglGui.py index 4700216e..43847525 100644 --- a/Cura/gui/util/openglGui.py +++ b/Cura/gui/util/openglGui.py @@ -493,6 +493,7 @@ class glComboButton(glButton): def setValue(self, value): self._selection = value + self._imageID = self._imageIDs[self._selection] self._comboCallback() def OnMouseDown(self, x, y):