mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-30 06:11:09 -07:00
Delete all object now clears Selection
CURA-1891
This commit is contained in:
parent
03aa4f9c6a
commit
d1a6420e1b
1 changed files with 1 additions and 0 deletions
|
|
@ -657,6 +657,7 @@ class CuraApplication(QtApplication):
|
||||||
op.addOperation(RemoveSceneNodeOperation(node))
|
op.addOperation(RemoveSceneNodeOperation(node))
|
||||||
|
|
||||||
op.push()
|
op.push()
|
||||||
|
Selection.clear()
|
||||||
|
|
||||||
## Reset all translation on nodes with mesh data.
|
## Reset all translation on nodes with mesh data.
|
||||||
@pyqtSlot()
|
@pyqtSlot()
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue