This commit is contained in:
Kovid Goyal 2013-12-09 10:32:50 +05:30
parent d6afe28648
commit 2136fca624

View File

@ -697,6 +697,7 @@ class Boss(QObject):
@in_thread_job @in_thread_job
def check_requested(self, *args): def check_requested(self, *args):
self.commit_all_editors_to_container()
c = self.gui.check_book c = self.gui.check_book
c.parent().show() c.parent().show()
c.parent().raise_() c.parent().raise_()