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

List:       kde-commits
Subject:    extragear/multimedia/amarok/src/widgets
From:       Carlo Segato <brandon.ml () gmail ! com>
Date:       2009-06-15 15:05:17
Message-ID: 1245078317.990601.9598.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 982341 by segato:

use Tool instead of Popup on windows, so it won't steal focus
BUG:183186


 M  +1 -1      Osd.cpp  


--- trunk/extragear/multimedia/amarok/src/widgets/Osd.cpp #982340:982341
@@ -63,7 +63,7 @@
     // The best of both worlds.  On Windows, setting the widget as a popup avoids a \
task manager entry.  On linux, a popup steals focus.  // Therefore we go need to do \
it platform specific :(  #ifdef Q_OS_WIN
-    flags |= Qt::Popup;
+    flags |= Qt::Tool;
     #else
     flags |= Qt::Window | Qt::X11BypassWindowManagerHint;
     #endif


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

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