The GUI test now covers the spell checker as well

This commit is contained in:
Veronica K. B. Olsen
2019-05-18 18:20:01 +02:00
parent bf1b4d5d3b
commit 8c49279280
2 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -98,7 +98,7 @@ class GuiMainMenu(QMenuBar):
self.theProject.setSpellCheck(self.toolsSpellCheck.isChecked())
self.theParent.docEditor.setSpellCheck(self.toolsSpellCheck.isChecked())
logger.verbose("Spell check is set to %s" % str(self.theProject.spellCheck))
return
return True
def _showAbout(self):
msgBox = QMessageBox()