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

List:       kde-commits
Subject:    branches/KDE/4.4/kdebase/workspace/plasma/desktop/shell
From:       Maciej Mrozowski <reavertm () gmail ! com>
Date:       2010-05-09 0:06:40
Message-ID: 20100509000640.8DCBCAC8B3 () svn ! kde ! org
[Download RAW message or body]

SVN commit 1124366 by mmrozowski:

Backport r1124361
CCBUG: 224281

 M  +2 -1      dashboardview.cpp  


--- branches/KDE/4.4/kdebase/workspace/plasma/desktop/shell/dashboardview.cpp #1124365:1124366
@@ -250,7 +250,6 @@
             return;
         }
 
-        KWindowSystem::setState(winId(), NET::KeepAbove|NET::SkipTaskbar);
         setWindowFlags(Qt::FramelessWindowHint);
         setWindowState(Qt::WindowFullScreen);
 
@@ -270,6 +269,8 @@
         containment()->enableAction("zoom out", false);
         containment()->enableAction("zoom in", false);
 
+        // the order of the following lines is important; and mildly magical.
+        KWindowSystem::setState(winId(), NET::KeepAbove|NET::SkipTaskbar);
         show();
         raise();
 
[prev in list] [next in list] [prev in thread] [next in thread] 

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