mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
89f2da224d
commit
fd09871117
@ -55,6 +55,10 @@ class BookInfo(QDialog, Ui_BookInfo):
|
|||||||
ci = self.view.currentIndex()
|
ci = self.view.currentIndex()
|
||||||
if ci.isValid():
|
if ci.isValid():
|
||||||
self.view.model().current_changed(ci, ci)
|
self.view.model().current_changed(ci, ci)
|
||||||
|
self.cover_pixmap = QPixmap()
|
||||||
|
self.cover_pixmap.loadFromData(data)
|
||||||
|
if self.fit_cover.isChecked():
|
||||||
|
self.resize_cover()
|
||||||
|
|
||||||
def link_clicked(self, url):
|
def link_clicked(self, url):
|
||||||
open_url(url)
|
open_url(url)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user