Fix: Monitor icon state was not updated properly

CURA-4977
This commit is contained in:
Aleksei S 2018-02-21 14:54:05 +01:00
parent f6ff6fdcba
commit 3ed9ac1e83

View file

@ -72,6 +72,8 @@ class MonitorStage(CuraStage):
# Force an update of the icon source
self._updateIconSource()
except IndexError:
#If index error occurs, then the icon on monitor button also should be updated
self._updateIconSource()
pass
def _onEngineCreated(self):