Files can now be moved to trash

This commit is contained in:
Veronica K. B. Olsen
2019-05-04 16:24:38 +02:00
parent 7768335d3f
commit c775636a71
4 changed files with 36 additions and 26 deletions
-2
View File
@@ -393,8 +393,6 @@ class NWProject():
self.projTree[tHandle] = nwItem
self.treeOrder.append(tHandle)
if pHandle is not None:
self.projTree[pHandle].setChildren(True)
if nwItem.itemType == nwItemType.ROOT:
logger.verbose("Entry %s is a root item" % str(tHandle))