mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-01-06 12:45:04 +01:00
Edit book: Have the ToC view refresh itself after any major operation on the book
This commit is contained in:
parent
eadb877113
commit
798094ff19
1 changed files with 1 additions and 0 deletions
|
|
@ -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):
|
||||
|
|
|
|||
Loading…
Reference in a new issue