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
@@ -441,7 +441,7 @@ class GuiDocEditor(QTextEdit):
elif theAction == nwDocAction.REPL_NEXT:
self._replaceNext()
else:
logger.error("Unknown or unsupported document action %s" % str(theAction))
logger.debug("Unknown or unsupported document action %s" % str(theAction))
return False
return True