mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-15 02:37:49 -06:00
Update method description - CURA-4447
This commit is contained in:
parent
4bd132943c
commit
e63616ca41
1 changed files with 1 additions and 1 deletions
|
@ -884,7 +884,7 @@ class MachineManager(QObject):
|
|||
## Used to update material and variant in the active container stack with a delay.
|
||||
# This delay prevents the stack from triggering a lot of signals (eventually resulting in slicing)
|
||||
# before the user decided to keep or discard any of their changes using the dialog.
|
||||
# The activeQualityChanged signal triggers this method.
|
||||
# The Application.onDiscardOrKeepProfileChangesClosed signal triggers this method.
|
||||
def _executeDelayedActiveContainerStackChanges(self):
|
||||
if self._new_material_container is not None:
|
||||
self._active_container_stack.material = self._new_material_container
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue