mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-24 23:23:57 -06:00
CURA-4606 fix pyqt cleaning up by setting extruder stack parent
This commit is contained in:
parent
9e9d981acd
commit
4ba7ce0890
1 changed files with 1 additions and 0 deletions
|
@ -396,6 +396,7 @@ class ExtruderManager(QObject):
|
|||
self._extruder_trains[global_stack_id][extruder_train.getMetaDataEntry("position")] = extruder_train
|
||||
|
||||
# regardless of what the next stack is, we have to set it again, because of signal routing. ???
|
||||
extruder_train.setParent(global_stack)
|
||||
extruder_train.setNextStack(global_stack)
|
||||
extruders_changed = True
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue