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:
Kovid Goyal 2014-09-11 08:22:09 +05:30
parent 7ffe0f91af
commit 519b4ac7fa

View File

@ -329,7 +329,7 @@ class CoverDelegate(QStyledItemDelegate):
self.animation.setEasingCurve(QEasingCurve.OutInCirc)
self.animation.setDuration(500)
self.set_dimensions()
self.cover_cache = CoverCache(limit=gprefs['cover_grid_cache_size'])
self.cover_cache = CoverCache()
self.render_queue = LifoQueue()
self.animating = None
self.highlight_color = QColor(Qt.white)