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

List:       kde-commits
Subject:    kdevelop/src
From:       Ravikiran Rajagopal <ravi () kde ! org>
Date:       2003-09-16 1:07:10
[Download RAW message or body]

CVS commit by ravi: 

The following patch fixes bug http://bugs.kde.org/show_bug.cgi?id=62932 and 
makes sures that the splash screen stays on top. The splash screen widget 
should have no parent as it should be a toplevel widget; see other splash 
screens in KDE CVS. Also, I did not find a license for the splash screen 
files. CC me if you modify/revert this; I did not get a reply from kdevelop-devel
for this trivial patch.

CCMAIL 62932-done@bugs.kde.org


  M +2 -2      splashscreen.cpp   1.12


--- kdevelop/src/splashscreen.cpp  #1.11:1.12
@@ -20,6 +20,6 @@ SplashScreen::SplashScreen()
   : QObject()
 {
-  m_splash = new QWidget( TopLevel::getInstance()->main(),
-    "splash", WStyle_NoBorder | WStyle_Customize | WStyle_Tool );
+  m_splash = new QWidget( 0,
+    "splash", WStyle_NoBorder | WStyle_Customize | WStyle_Tool | WStyle_StaysOnTop );
 
   QVBoxLayout *vbox = new QVBoxLayout(m_splash);


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

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