Fixed alert for orphaned items, and fixed setting item depth.

This commit is contained in:
Veronica K. B. Olsen
2019-05-04 11:54:24 +02:00
parent 92da5a335b
commit 6331125b0c
3 changed files with 10 additions and 9 deletions
+1
View File
@@ -292,6 +292,7 @@ class GuiDocTree(QTreeWidget):
return
pHandle = trItemP.text(self.C_HANDLE)
nwItemS.setParent(pHandle)
nwItemS.setDepth(self.theProject.countItemDepth(tHandle))
self.setTreeItemValues(tHandle)
return