mirror of
https://invent.kde.org/system/dolphin
synced 2024-11-05 18:47:12 +00:00
update the previews without relying on that KDirLister gets reloaded
svn path=/trunk/KDE/kdebase/apps/; revision=783961
This commit is contained in:
parent
1b45574325
commit
acb27185b7
1 changed files with 3 additions and 0 deletions
|
@ -66,6 +66,9 @@ void IconManager::setShowPreview(bool show)
|
|||
m_showPreview = show;
|
||||
m_cutItemsCache.clear();
|
||||
updateCutItems();
|
||||
if (show) {
|
||||
updatePreviews();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue