mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 06:55:54 +08:00
Remove postponeEmit that didn't do anything
The signals it was postponing weren't ever being triggered
This commit is contained in:
parent
b09a88075e
commit
8ecdce3b26
@ -967,7 +967,6 @@ class MachineManager(QObject):
|
||||
|
||||
if self._global_container_stack is None:
|
||||
return
|
||||
with postponeSignals(*self._getContainerChangedSignals(), compress = CompressTechnique.CompressPerParameterValue):
|
||||
property_names = ["value", "resolve", "validationState"]
|
||||
for container in [self._global_container_stack] + self._global_container_stack.extruderList:
|
||||
for setting_key in container.getAllKeys():
|
||||
|
Loading…
x
Reference in New Issue
Block a user