mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
833eb4f285
commit
73d13c3f6a
@ -317,7 +317,7 @@ class CoverView(QGraphicsView, ImageDropMixin):
|
||||
ImageDropMixin.__init__(self)
|
||||
|
||||
def get_pixmap(self):
|
||||
for item in self.scene().items():
|
||||
for item in self.scene.items():
|
||||
if hasattr(item, 'pixmap'):
|
||||
return item.pixmap()
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user