mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 03:55:56 +08:00
Remove unneeded itemsChanged emit
CURA-6283
This commit is contained in:
parent
48dd9d247c
commit
4a6495a0e6
@ -185,5 +185,3 @@ class ObjectsModel(ListModel):
|
||||
|
||||
nodes = sorted(nodes, key=lambda n: n["name"])
|
||||
self.setItems(nodes)
|
||||
|
||||
self.itemsChanged.emit()
|
||||
|
Loading…
x
Reference in New Issue
Block a user