Added a spinning cursor for spell checker and open document

This commit is contained in:
Veronica K. B. Olsen
2019-11-26 23:07:18 +01:00
parent 947108872f
commit 9ab64627f3
2 changed files with 17 additions and 10 deletions
+1 -1
View File
@@ -663,7 +663,7 @@ class GuiMainMenu(QMenuBar):
self.aReRunSpell = QAction("Re-Run Spell Check", self)
self.aReRunSpell.setStatusTip("Run the spell checker on current document")
self.aReRunSpell.setShortcut("F7")
self.aReRunSpell.triggered.connect(self.theParent.docEditor.reHighlightDocument)
self.aReRunSpell.triggered.connect(self.theParent.docEditor.spellCheckDocument)
self.toolsMenu.addAction(self.aReRunSpell)
# Tools > Separator