Edit book: Have the ToC view refresh itself after any major operation on the book

This commit is contained in:
Kovid Goyal 2013-12-13 20:50:30 +05:30
parent eadb877113
commit 798094ff19

View File

@ -223,6 +223,7 @@ class Boss(QObject):
self.update_global_history_actions()
self.update_editors_from_container()
self.set_modified()
self.gui.toc_view.update_if_visible()
@in_thread_job
def delete_requested(self, spine_items, other_items):