Edit Book: Automatically create a checkpoint before showing the spell check dialog

This commit is contained in:
Kovid Goyal 2015-10-18 16:08:33 +05:30
parent 1c69f9783b
commit 155c35f765

View File

@ -1138,6 +1138,7 @@ class Boss(QObject):
if current_container() is None:
return
self.commit_all_editors_to_container()
self.add_savepoint(_('Before: Spell Check'))
self.gui.spell_check.show()
@in_thread_job