mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Fix #989691 (Book details Picture error)
This commit is contained in:
parent
51e62f7393
commit
0226d58448
@ -334,7 +334,7 @@ class CoverView(QWidget): # {{{
|
||||
self.pixmap = pmap
|
||||
self.do_layout()
|
||||
self.update()
|
||||
self.update_tooltip()
|
||||
self.update_tooltip(getattr(self.parent(), 'current_path', ''))
|
||||
if not config['disable_animations']:
|
||||
self.animation.start()
|
||||
id_ = self.data.get('id', None)
|
||||
|
Loading…
x
Reference in New Issue
Block a user