mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-10 16:27:51 -06:00
Emit activeStackChanged as documented when containers in the active stack change
This fixes updating the intent models when you switch nozzles. Among other things, probably. Contributes to issue CURA-6600.
This commit is contained in:
parent
603f18ebc9
commit
f4a2f3efa6
2 changed files with 5 additions and 1 deletions
|
@ -45,6 +45,7 @@ class QualityProfilesDropDownMenuModel(ListModel):
|
|||
|
||||
application.globalContainerStackChanged.connect(self._onChange)
|
||||
machine_manager.activeQualityGroupChanged.connect(self._onChange)
|
||||
machine_manager.activeStackChanged.connect(self._onChange)
|
||||
machine_manager.extruderChanged.connect(self._onChange)
|
||||
|
||||
self._layer_height_unit = "" # This is cached
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue