mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Fix #1367913 [Calibre doesn't start with last source - It keeps running in background](https://bugs.launchpad.net/calibre/+bug/1367913)
This commit is contained in:
parent
7ffe0f91af
commit
519b4ac7fa
@ -329,7 +329,7 @@ class CoverDelegate(QStyledItemDelegate):
|
|||||||
self.animation.setEasingCurve(QEasingCurve.OutInCirc)
|
self.animation.setEasingCurve(QEasingCurve.OutInCirc)
|
||||||
self.animation.setDuration(500)
|
self.animation.setDuration(500)
|
||||||
self.set_dimensions()
|
self.set_dimensions()
|
||||||
self.cover_cache = CoverCache(limit=gprefs['cover_grid_cache_size'])
|
self.cover_cache = CoverCache()
|
||||||
self.render_queue = LifoQueue()
|
self.render_queue = LifoQueue()
|
||||||
self.animating = None
|
self.animating = None
|
||||||
self.highlight_color = QColor(Qt.white)
|
self.highlight_color = QColor(Qt.white)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user