From 779d5ff7b6f4478ef7b65071b12387583adb8306 Mon Sep 17 00:00:00 2001 From: Jonas Kvinge Date: Tue, 19 Nov 2019 20:56:03 +0100 Subject: [PATCH] Dont reset pixmap cache on model reset --- src/collection/collectionmodel.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/collection/collectionmodel.cpp b/src/collection/collectionmodel.cpp index 86aacca0..70ac5bf3 100644 --- a/src/collection/collectionmodel.cpp +++ b/src/collection/collectionmodel.cpp @@ -836,7 +836,6 @@ void CollectionModel::BeginReset() { divider_nodes_.clear(); pending_art_.clear(); pending_cache_keys_.clear(); - QPixmapCache::clear(); root_ = new CollectionItem(this); root_->compilation_artist_node_ = nullptr;