SVN commit 880955 by beatwolf: cash the labels to avoid heavy text blur calculations M +1 -0 label.cpp --- trunk/KDE/kdebase/apps/plasma/applets/folderview/label.cpp #880954:880955 @@ -30,6 +30,7 @@ { setMinimumHeight(QFontMetrics(font()).lineSpacing() + 4); setMaximumHeight(QFontMetrics(font()).lineSpacing() + 4); + setCacheMode(DeviceCoordinateCache); } Label::~Label()