mirror of
git://github.com/kovidgoyal/calibre.git
synced 2025-12-30 20:07:25 +01:00
Fix #1065615 (page is frozen afeter refresh)
This commit is contained in:
parent
7bba984259
commit
552fcea284
1 changed files with 1 additions and 1 deletions
|
|
@ -479,7 +479,7 @@ def initialize_view(self, debug_javascript=False):
|
|||
d = self.document
|
||||
self.unimplemented_actions = list(map(self.pageAction,
|
||||
[d.DownloadImageToDisk, d.OpenLinkInNewWindow, d.DownloadLinkToDisk,
|
||||
d.OpenImageInNewWindow, d.OpenLink]))
|
||||
d.OpenImageInNewWindow, d.OpenLink, d.Reload]))
|
||||
self.dictionary_action = QAction(QIcon(I('dictionary.png')),
|
||||
_('&Lookup in dictionary'), self)
|
||||
self.dictionary_action.setShortcut(Qt.CTRL+Qt.Key_L)
|
||||
|
|
|
|||
Loading…
Reference in a new issue