Moved a couple more functions to the NWTree class, and cleaned up the source file a bit

This commit is contained in:
Veronica K. B. Olsen
2020-05-07 23:59:32 +02:00
parent 5b3291e4ee
commit d75243418f
2 changed files with 96 additions and 66 deletions
+1 -1
View File
@@ -87,7 +87,7 @@ class GuiDocTitleBar(QLabel):
if self.mainConf.showFullPath:
tTitle = []
tTree = self.theProject.getItemPath(tHandle)
tTree = self.theProject.projTree.getItemPath(tHandle)
for aHandle in reversed(tTree):
nwItem = self.theProject.projTree[aHandle]
if nwItem is not None: