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);