KDE/kdebase/workspace/libs/plasma

Andrew Lake jamboarder at yahoo.com
Tue Mar 25 06:50:14 CET 2008


SVN commit 789757 by alake:

Change colorize from 0.9 to 1.0.  No reason it should have been 0.9 in the 
first place. Plus it fixes slight differences in intesity levels between 
system color-aware plasma themes and the currently selected style.

It was a very minor change so I just went ahead and committed. I don't 
anticipate any objections, but if there are please revert with my apologies. 
CCMAIL: panel-devel at kde.org


 M  +1 -1      svg.cpp  


--- trunk/KDE/kdebase/workspace/libs/plasma/svg.cpp #789756:789757
@@ -165,7 +165,7 @@
             // Apply current color scheme if the svg asks for it
             if (applyColors) {
                 QImage itmp = p.toImage();
-                KIconEffect::colorize(itmp, Theme::self()->backgroundColor(), 0.9);
+                KIconEffect::colorize(itmp, Theme::self()->backgroundColor(), 1.0);
                 p = p.fromImage(itmp);
             }
 


More information about the Panel-devel mailing list