Forum post:
http://forums.codeblocks.org/index.php/topic,22608.msg153659.html#msg153659
The splash screen on start up stays allways on top of all other windows. So it is not possible to start codeblocks and doing something else with a other program during starting.
windows 7
codeblocks version [r11395]
bug introduced with [r11318]
proposed fix:
src/splashscreen.cpp:25
cbSplashScreen::cbSplashScreen(const wxBitmap& bitmap)
: wxSplashScreen(bitmap, wxSPLASH_CENTRE_ON_SCREEN | wxSPLASH_NO_TIMEOUT,
0, nullptr, wxID_ANY, wxDefaultPosition, wxDefaultSize,
- wxBORDER_NONE | wxFRAME_NO_TASKBAR | wxFRAME_SHAPED | wxSTAY_ON_TOP )
+ wxBORDER_NONE | wxFRAME_NO_TASKBAR | wxFRAME_SHAPED)
{
}
You're already on a version with a fix. Isn't it working? See [r11394]...
Related
Commit: [r11394]
Yes, opened this Ticket before i have read the changelog and my new version was build. Sorry about this.
The bug should be fixed and you can close this Ticket.