Summary: | splash screen is kept on top during desktop changes | ||
---|---|---|---|
Product: | [Applications] kdevelop | Reporter: | Gioele Barabucci <dev> |
Component: | general | Assignee: | KDevelop Developers <kdevelop-devel> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | 3.0.0 | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Gioele Barabucci
2004-02-13 00:30:43 UTC
CVS commit by dagerbo: Don't show splashscreen on all desktops. (Yes, instead we get a shortlived entry in the taskbar for the splash. Preferable, IMHO.) CCMAIL: 75110-done@bugs.kde.org M +1 -1 splashscreen.cpp 1.18 --- kdevelop/src/splashscreen.cpp #1.17:1.18 @@ -21,5 +21,5 @@ SplashScreen::SplashScreen() { m_splash = new QWidget( 0, - "splash", WStyle_NoBorder | WStyle_Customize | WStyle_StaysOnTop | WX11BypassWM ); + "splash", WStyle_NoBorder | WStyle_Customize | WStyle_StaysOnTop /*| WX11BypassWM */); m_splash->installEventFilter( this ); |