mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-06 05:23:58 -06:00
Ensure that an update of icon also happens on output device change
CL-541
This commit is contained in:
parent
4796e00574
commit
e576c1a9f7
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue