Patch #969 2006-03-29 18:37
sethjackson
wxSTAY_ON_TOP (again)- Download
- 969-wxSTAY_ON_TOP_a.patch (675 bytes)
- Category
- Application::Bugfix
- Status
- Rejected
- Close date
- 2006-03-29 18:46
- Assigned to
Index: src/src/splashscreen.h
===================================================================
--- src/src/splashscreen.h (revision 2274)
+++ src/src/splashscreen.h (working copy)
@@ -25,7 +25,7 @@
public:
// A value of -1 for timeout makes it stay forever (you need to close it manually)
- cbSplashScreen(wxBitmap &label, long timeout, wxWindow *parent, wxWindowID id, long style = wxSTAY_ON_TOP | wxNO_BORDER | wxFRAME_NO_TASKBAR);
+ cbSplashScreen(wxBitmap &label, long timeout, wxWindow *parent, wxWindowID id, long style = wxNO_BORDER | wxFRAME_NO_TASKBAR);
~cbSplashScreen();
private:
@@ -41,4 +41,3 @@
};
#endif // CBSPLASH_SCREEN_H
-
History
sethjackson 2006-03-29 18:37
Fix for this bug. AGAIN. :P
http://developer.berlios.de/bugs/?func=detailbug&bug_id=6829&group_id=5358
thomasdenk 2006-03-29 18:46
Sorry, does not fix anything. The cbSplashScreen instance used in app.cpp does not use the default parameter.