From f0a3f6e1ce0edde25c1e1010da136e9a0fdd5192 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Wed, 20 Jul 2016 19:32:25 +0530 Subject: [PATCH] Edit Book: Also refresh the Preview and Live CSS panels after performing any action that changes files other than the currently displayed file. --- src/calibre/gui2/tweak_book/boss.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/calibre/gui2/tweak_book/boss.py b/src/calibre/gui2/tweak_book/boss.py index aaa4d2488d..401f388719 100644 --- a/src/calibre/gui2/tweak_book/boss.py +++ b/src/calibre/gui2/tweak_book/boss.py @@ -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):