Grouping and per object settings now work correctly again

This commit is contained in:
Jaime van Kessel 2016-02-23 12:55:41 +01:00
parent ee1c16d1fc
commit c15709936b
3 changed files with 7 additions and 5 deletions

View file

@ -536,6 +536,7 @@ class CuraApplication(QtApplication):
group_decorator = GroupDecorator()
group_node.addDecorator(group_decorator)
group_node.setParent(self.getController().getScene().getRoot())
group_node.setSelectable(True)
center = Selection.getSelectionCenter()
group_node.setPosition(center)
group_node.setCenterPosition(center)