mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04: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
@ -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):
|
||||
|
Loading…
x
Reference in New Issue
Block a user