diff --git a/novelwriter/gui/projtree.py b/novelwriter/gui/projtree.py index ad5f0a73..d90ef12c 100644 --- a/novelwriter/gui/projtree.py +++ b/novelwriter/gui/projtree.py @@ -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