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

List:       kde-commits
Subject:    KDE/kdebase/runtime/kstyles/oxygen
From:       Dirk Mueller <mueller () kde ! org>
Date:       2008-05-30 10:22:55
Message-ID: 1212142975.917295.9420.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 814437 by mueller:

amazing that we have a grey gradient on the blank screensaver
thanks to oxygen, but some people consider that a bug ;)


 M  +5 -0      oxygen.cpp  


--- trunk/KDE/kdebase/runtime/kstyles/oxygen/oxygen.cpp #814436:814437
@@ -1976,6 +1976,11 @@
 
     switch (widget->windowFlags() & Qt::WindowType_Mask) {
         case Qt::Window:
+            // don't install a gradient on a (possibly blank) screen saver
+            if (widget->inherits("KScreenSaver"))
+                break;
+
+            // fall through
         case Qt::Dialog:
             widget->installEventFilter(this);
             break;
[prev in list] [next in list] [prev in thread] [next in thread] 

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