mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-05 23:43:44 +02:00
Editor: Fix changes in CSS files not being picked up by the preview panel
This commit is contained in:
parent
1d64be1032
commit
86a1499ca7
1 changed files with 1 additions and 1 deletions
|
|
@ -373,7 +373,7 @@ def sizeHint(self):
|
|||
return self._size_hint
|
||||
|
||||
def refresh(self):
|
||||
self.pageAction(QWebEnginePage.Reload).trigger()
|
||||
self.pageAction(QWebEnginePage.ReloadAndBypassCache).trigger()
|
||||
|
||||
def clear(self):
|
||||
self.setHtml(_(
|
||||
|
|
|
|||
Loading…
Reference in a new issue