mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 22:47:29 -06:00
Grouping and per object settings now work correctly again
This commit is contained in:
parent
ee1c16d1fc
commit
c15709936b
3 changed files with 7 additions and 5 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue