From: Peter Penz Date: Thu, 6 Mar 2008 07:46:17 +0000 (+0000) Subject: update the previews of columns when the decoration size has been changed X-Git-Url: https://cloud.milkyroute.net/gitweb/dolphin.git/commitdiff_plain/9243f573d44f71adb9ac2202f8e732a51f5c04b5?ds=inline update the previews of columns when the decoration size has been changed svn path=/trunk/KDE/kdebase/apps/; revision=782828 --- diff --git a/src/dolphincolumnwidget.cpp b/src/dolphincolumnwidget.cpp index bf1c882a4..f0656808d 100644 --- a/src/dolphincolumnwidget.cpp +++ b/src/dolphincolumnwidget.cpp @@ -156,6 +156,9 @@ void DolphinColumnWidget::setDecorationSize(const QSize& size) setIconSize(size); m_decorationSize = size; doItemsLayout(); + if (m_iconManager != 0) { + m_iconManager->updatePreviews(); + } } void DolphinColumnWidget::setActive(bool active)