mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Edit Book: Automatically create a checkpoint before showing the spell check dialog
This commit is contained in:
parent
1c69f9783b
commit
155c35f765
@ -1138,6 +1138,7 @@ class Boss(QObject):
|
|||||||
if current_container() is None:
|
if current_container() is None:
|
||||||
return
|
return
|
||||||
self.commit_all_editors_to_container()
|
self.commit_all_editors_to_container()
|
||||||
|
self.add_savepoint(_('Before: Spell Check'))
|
||||||
self.gui.spell_check.show()
|
self.gui.spell_check.show()
|
||||||
|
|
||||||
@in_thread_job
|
@in_thread_job
|
||||||
|
Loading…
x
Reference in New Issue
Block a user