mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 14:37:29 -06:00
Removed logging, improved spot for left-over object. CURA-3239
This commit is contained in:
parent
e866c03b50
commit
d6cd37626b
2 changed files with 2 additions and 8 deletions
|
@ -856,8 +856,8 @@ class CuraApplication(QtApplication):
|
|||
if not node and object_id != 0: # Workaround for tool handles overlapping the selected object
|
||||
node = Selection.getSelectedObject(0)
|
||||
|
||||
# If object is part of a group, multiply group
|
||||
current_node = node
|
||||
# Find the topmost group
|
||||
while current_node.getParent() and current_node.getParent().callDecoration("isGroup"):
|
||||
current_node = current_node.getParent()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue