Removed logging, improved spot for left-over object. CURA-3239

This commit is contained in:
Jack Ha 2017-04-03 11:47:04 +02:00
parent e866c03b50
commit d6cd37626b
2 changed files with 2 additions and 8 deletions

View file

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