From 2136fca624fc61166ce68c83376686c2012f92f8 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Mon, 9 Dec 2013 10:32:50 +0530 Subject: [PATCH] ... --- src/calibre/gui2/tweak_book/boss.py | 1 + 1 file changed, 1 insertion(+) 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_()