Add back in focus switch to ensure #1376 remains resolved

This commit is contained in:
Veronica Berglyd Olsen
2023-12-30 00:01:12 +01:00
parent 9660d82f9b
commit c3ea32a165
+1
View File
@@ -680,6 +680,7 @@ class GuiProjectTree(QTreeWidget):
# Add the new item to the project tree
self.revealNewTreeItem(tHandle, nHandle=nHandle, wordCount=True)
self.projView.setTreeFocus() # See issue #1376
return True