[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    KDE/kdelibs/plasma/private
From:       Christoph Feck <christoph () maxiom ! de>
Date:       2010-11-08 17:25:12
Message-ID: 20101108172512.CD0F0AC89B () svn ! kde ! org
[Download RAW message or body]

SVN commit 1194319 by cfeck:

Fix alpha value


 M  +1 -1      themedwidgetinterface_p.h  


--- trunk/KDE/kdelibs/plasma/private/themedwidgetinterface_p.h #1194318:1194319
@@ -61,7 +61,7 @@
             p.setColor(QPalette::Normal, QPalette::LinkVisited, \
Theme::defaultTheme()->color(Theme::VisitedLinkColor));  
 
-            qreal alpha = color.alpha();
+            qreal alpha = color.alphaF();
             color.setAlphaF(0.6);
             p.setColor(QPalette::Disabled, QPalette::WindowText, color);
             color.setAlphaF(alpha);


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic