mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 21:19:01 +08:00
Only emit model once when all items have been added
CURA-11720
This commit is contained in:
parent
9662aefa37
commit
35d3ff2b5c
@ -41,7 +41,7 @@ class SpecificSettingsModel(ListModel):
|
||||
"label": stack.getProperty(setting, "label"),
|
||||
"value": value
|
||||
})
|
||||
self.modelChanged.emit()
|
||||
self.modelChanged.emit()
|
||||
|
||||
def _update(self):
|
||||
Logger.debug(f"Updating {self.__class__.__name__}")
|
||||
|
Loading…
x
Reference in New Issue
Block a user