diff --git a/src/calibre/gui2/tweak_book/boss.py b/src/calibre/gui2/tweak_book/boss.py index a8be47d7e1..e21dfa0257 100644 --- a/src/calibre/gui2/tweak_book/boss.py +++ b/src/calibre/gui2/tweak_book/boss.py @@ -697,6 +697,7 @@ class Boss(QObject): @in_thread_job def check_requested(self, *args): + self.commit_all_editors_to_container() c = self.gui.check_book c.parent().show() c.parent().raise_()