From: Peter Penz Date: Mon, 10 Mar 2008 07:05:33 +0000 (+0000) Subject: update the previews without relying on that KDirLister gets reloaded X-Git-Url: https://cloud.milkyroute.net/gitweb/dolphin.git/commitdiff_plain/acb27185b73bfd80368e10d33e5a1fcdc57a9102 update the previews without relying on that KDirLister gets reloaded svn path=/trunk/KDE/kdebase/apps/; revision=783961 --- diff --git a/src/iconmanager.cpp b/src/iconmanager.cpp index c0508774f..03dd70cf9 100644 --- a/src/iconmanager.cpp +++ b/src/iconmanager.cpp @@ -66,6 +66,9 @@ void IconManager::setShowPreview(bool show) m_showPreview = show; m_cutItemsCache.clear(); updateCutItems(); + if (show) { + updatePreviews(); + } } }