Delete all object now clears Selection

CURA-1891
This commit is contained in:
Jaime van Kessel 2016-07-29 11:07:16 +02:00
parent 03aa4f9c6a
commit d1a6420e1b

View file

@ -657,6 +657,7 @@ class CuraApplication(QtApplication):
op.addOperation(RemoveSceneNodeOperation(node))
op.push()
Selection.clear()
## Reset all translation on nodes with mesh data.
@pyqtSlot()