Skip to content

Commit

Permalink
Refresh spell checking when word list changes (#1559)
Browse files Browse the repository at this point in the history
  • Loading branch information
vkbo committed Nov 4, 2023
1 parent dd61897 commit ee5f340
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions novelwriter/guimain.py
Original file line number Diff line number Diff line change
Expand Up @@ -980,6 +980,7 @@ def showProjectWordListDialog(self) -> bool:
if dlgWords.result() == QDialog.Accepted:
logger.debug("Reloading word list")
SHARED.updateSpellCheckLanguage(reload=True)
self.docEditor.spellCheckDocument()

return True

Expand Down

0 comments on commit ee5f340

Please sign in to comment.