Merge branch 'master' into word_counts

This commit is contained in:
Veronica K. Berglyd Olsen
2020-06-22 19:26:55 +02:00
committed by GitHub
4 changed files with 11 additions and 11 deletions
+1 -1
View File
@@ -933,7 +933,7 @@ class GuiProjectTreeMenu(QMenu):
"""Forward the open document call to the main GUI window.
"""
if self.theItem is not None:
self.theTree.theParent.openDocument(self.theItem.itemHandle)
self.theTree.theParent.openDocument(self.theItem.itemHandle, doScroll=False)
return
def _doViewItem(self):