Cut/Copy/Select shortcuts now also work in doc viewer if it has focus

This commit is contained in:
Veronica K. B. Olsen
2019-11-21 13:37:11 +01:00
parent bd301bd5cc
commit 5b7e3fabde
4 changed files with 39 additions and 4 deletions
+1 -1
View File
@@ -40,7 +40,7 @@ class GuiMainMenu(QMenuBar):
self._buildHelpMenu()
# Function Pointers
self._docAction = self.theParent.docEditor.docAction
self._docAction = self.theParent.passDocumentAction
self._moveTreeItem = self.theParent.treeView.moveTreeItem
self._newTreeItem = self.theParent.treeView.newTreeItem