mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-08 23:46:22 -06:00
Also add tests for the update of the objects mode
CURA-6283
This commit is contained in:
parent
6cc8b8c184
commit
66d8e41064
2 changed files with 57 additions and 1 deletions
|
@ -122,6 +122,7 @@ class ObjectsModel(ListModel):
|
|||
for node in DepthFirstIterator(Application.getInstance().getController().getScene().getRoot()): # type: ignore
|
||||
if not self._shouldNodeBeHandled(node):
|
||||
continue
|
||||
|
||||
is_group = bool(node.callDecoration("isGroup"))
|
||||
|
||||
force_rename = False
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue