Ensure that an update of icon also happens on output device change

CL-541
This commit is contained in:
Jaime van Kessel 2017-12-21 10:01:29 +01:00
parent 4796e00574
commit e576c1a9f7

View file

@ -67,6 +67,8 @@ class MonitorStage(CuraStage):
self._printer_output_device.printersChanged.connect(self._onActivePrinterChanged)
self._setActivePrinter(self._printer_output_device.activePrinter)
# Force an update of the icon source
self._updateIconSource()
except IndexError:
pass