Merge branch '15.10' of https://github.com/Ultimaker/Cura into 15.10

This commit is contained in:
Tamara Hogenhout 2015-09-08 13:35:12 +02:00
commit 6c7536a167
3 changed files with 5 additions and 2 deletions

View file

@ -325,7 +325,6 @@ class CuraApplication(QtApplication):
continue #Grouped nodes don't need resetting as their parent (the group) is resetted)
nodes.append(node)
print(nodes)
if nodes:
op = GroupedOperation()
for node in nodes: