From kde-commits Fri May 31 19:34:21 2013 From: Eike Hein Date: Fri, 31 May 2013 19:34:21 +0000 To: kde-commits Subject: [kde-baseapps] plasma/applets/folderview: Don't throw away icon positions when changing the text col Message-Id: <20130531193421.1B20BA6075 () git ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=137002886804782 Git commit c0d0eadd0cbd7ffee3ea0a84cec2abf7609a5672 by Eike Hein. Committed on 31/05/2013 at 21:33. Pushed by hein into branch 'master'. Don't throw away icon positions when changing the text color. CCBUG:182712 M +1 -0 plasma/applets/folderview/folderview.cpp http://commits.kde.org/kde-baseapps/c0d0eadd0cbd7ffee3ea0a84cec2abf7609a5672 diff --git a/plasma/applets/folderview/folderview.cpp b/plasma/applets/fold= erview/folderview.cpp index eaeb80c..8009796 100644 --- a/plasma/applets/folderview/folderview.cpp +++ b/plasma/applets/folderview/folderview.cpp @@ -514,6 +514,7 @@ void FolderView::configChanged() if (color !=3D m_textColor) { m_textColor =3D color; needReload =3D true; + preserveIconPositions =3D true; } = const bool showPreviews =3D cg.readEntry("showPreviews", m_showPreview= s);