From 7159380ca1b31337e2e1ebeef696f2b3cc6d1d32 Mon Sep 17 00:00:00 2001 From: daid303 Date: Fri, 8 Mar 2013 10:24:57 +0100 Subject: [PATCH] Update the viewmode combobox image when the viewmode is changed by loading a file or slicing being ready. --- Cura/gui/util/openglGui.py | 1 + 1 file changed, 1 insertion(+) 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): -- 2.30.2