mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Edit Book: Also refresh the Preview and Live CSS panels after performing any action that changes files other than the currently displayed file.
This commit is contained in:
parent
e9317c7490
commit
f0a3f6e1ce
@ -378,6 +378,7 @@ class Boss(QObject):
|
||||
self.set_modified()
|
||||
self.gui.toc_view.update_if_visible()
|
||||
completion_worker().clear_caches()
|
||||
self.gui.preview.start_refresh_timer()
|
||||
|
||||
@in_thread_job
|
||||
def delete_requested(self, spine_items, other_items):
|
||||
|
Loading…
x
Reference in New Issue
Block a user