We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed6b5b9 commit 1c2b37bCopy full SHA for 1c2b37b
mal_gui/undo_redo_commands/delete_command.py
@@ -34,6 +34,8 @@ def redo(self):
34
self.scene.removeItem(item)
35
if hasattr(item, 'asset'):
36
self.scene.model.remove_asset(item.asset)
37
+ if hasattr(item, 'attackerAttachment'):
38
+ self.scene.model.remove_attacker(item.attackerAttachment)
39
40
#Update the Object Explorer when number of items change
41
self.scene.main_window.update_childs_in_object_explorer_signal.emit()
0 commit comments