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:
Kovid Goyal 2016-07-20 19:32:25 +05:30
parent e9317c7490
commit f0a3f6e1ce

View File

@ -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):