mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Fix #986958 (Tooltip not updating when paste cover)
This commit is contained in:
parent
6b412476ab
commit
fe1d958288
@ -334,6 +334,7 @@ class CoverView(QWidget): # {{{
|
||||
self.pixmap = pmap
|
||||
self.do_layout()
|
||||
self.update()
|
||||
self.update_tooltip()
|
||||
if not config['disable_animations']:
|
||||
self.animation.start()
|
||||
id_ = self.data.get('id', None)
|
||||
|
Loading…
x
Reference in New Issue
Block a user