mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-12 17:27:51 -06: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
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue