mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Fix #8149 (getting this error message when i try to open up book details in new 0.7.36version)
This commit is contained in:
parent
2dd9368f0b
commit
2e7a4c9d4e
@ -23,7 +23,7 @@ class BookInfo(QDialog, Ui_BookInfo):
|
|||||||
self.cover_pixmap = None
|
self.cover_pixmap = None
|
||||||
self.comments.sizeHint = self.comments_size_hint
|
self.comments.sizeHint = self.comments_size_hint
|
||||||
self.comments.page().setLinkDelegationPolicy(self.comments.page().DelegateAllLinks)
|
self.comments.page().setLinkDelegationPolicy(self.comments.page().DelegateAllLinks)
|
||||||
self.comments.linkClicked(self.link_clicked)
|
self.comments.linkClicked.connect(self.link_clicked)
|
||||||
self.view_func = view_func
|
self.view_func = view_func
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user