mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 19:29:02 +08:00
Added missing activeStack changed signal
This fixes some issues with the recommended view when the first machine is added. CURA-4403
This commit is contained in:
parent
d48ab89031
commit
189fc3fe94
@ -304,6 +304,7 @@ class MachineManager(QObject):
|
||||
quality.nameChanged.connect(self._onQualityNameChanged)
|
||||
|
||||
self._active_container_stack = self._global_container_stack
|
||||
self.activeStackChanged.emit()
|
||||
|
||||
self._error_check_timer.start()
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user