Add root information to project file

This commit is contained in:
Veronica Berglyd Olsen
2022-04-02 19:43:26 +02:00
parent f9ddcd2f8a
commit 37970bd446
14 changed files with 207 additions and 166 deletions
+1
View File
@@ -113,6 +113,7 @@ class NWTree():
self._projTree[tHandle] = nwItem
self._treeOrder.append(tHandle)
self.updateItemRoot(tHandle)
self._setTreeChanged(True)
return True