Added edit and search button to document editor header

This commit is contained in:
Veronica K. B. Olsen
2020-09-09 20:22:36 +02:00
parent ceef077811
commit f1ffb4fc22
3 changed files with 62 additions and 6 deletions
+1 -1
View File
@@ -237,7 +237,7 @@ class GuiProjectTree(QTreeWidget):
# Add the new item to the tree
self.revealTreeItem(tHandle, nHandle)
self.theParent.editItem()
self.theParent.editItem(tHandle)
return True