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

List:       kde-commits
Subject:    KDE/kdemultimedia/juk
From:       Michael Pyne <michael.pyne () kdemail ! net>
Date:       2005-07-14 22:55:25
Message-ID: 1121381725.394598.17042.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 434666 by mpyne:

Use parent widget's background color for the flicker free label instead of
QLabel's background color, which can apparently be unset if you're using the
"Check" style.


 M  +1 -1      systemtray.cpp  


--- trunk/KDE/kdemultimedia/juk/systemtray.cpp #434665:434666
@@ -54,7 +54,7 @@
         QLabel(text, parent, name)
     {
         m_textColor = paletteForegroundColor();
-        m_bgColor = paletteBackgroundColor();
+        m_bgColor = parentWidget()->paletteBackgroundColor();
         setBackgroundMode(NoBackground);
     }
 
[prev in list] [next in list] [prev in thread] [next in thread] 

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