mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 15:19:00 +08:00
Ensure that an update of icon also happens on output device change
CL-541
This commit is contained in:
parent
4796e00574
commit
e576c1a9f7
@ -67,6 +67,8 @@ class MonitorStage(CuraStage):
|
|||||||
self._printer_output_device.printersChanged.connect(self._onActivePrinterChanged)
|
self._printer_output_device.printersChanged.connect(self._onActivePrinterChanged)
|
||||||
self._setActivePrinter(self._printer_output_device.activePrinter)
|
self._setActivePrinter(self._printer_output_device.activePrinter)
|
||||||
|
|
||||||
|
# Force an update of the icon source
|
||||||
|
self._updateIconSource()
|
||||||
except IndexError:
|
except IndexError:
|
||||||
pass
|
pass
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user