Remove postponeEmit that didn't do anything

The signals it was postponing weren't ever being triggered
This commit is contained in:
Jaime van Kessel 2020-09-04 16:38:15 +02:00
parent b09a88075e
commit 8ecdce3b26
No known key found for this signature in database
GPG Key ID: 3710727397403C91

View File

@ -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():