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 @@ def apply_container_update_to_gui(self):
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):