Also add tests for the update of the objects mode

CURA-6283
This commit is contained in:
Jaime van Kessel 2019-05-24 15:27:08 +02:00
parent 6cc8b8c184
commit 66d8e41064
2 changed files with 57 additions and 1 deletions

View file

@ -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