Developer forums (C::B DEVELOPMENT STRICTLY!) > Contributions to C::B
Splash screen problem
gd_on:
I tried to revert to svn 11317. It's OK, no such splash screen masking problem.
Then to svn 11318 : the problem appears.
As told before, I'm on Windows 7 64 bits.
My signature tells Win10, but it's not the case on this specific PC (I had to revert because of compatibility problems with win10 build 1703 !). :-[
gd_on
oBFusCATed:
Volunteers to debug this?
BlueHazzard:
if i can reproduce this...
BlueHazzard:
Ok i can reproduce it and this is annoying because the splashscreen can not be minimized. It hides all programs not only the codeblocks frame...
Easy and fast fix:
remove the wxSTAY_ON_TOP flag in src/splashscreen.cpp:25
--- Code: ---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)
{
}
--- End code ---
or add a timeout...
Miguel Gimenez:
Please create a ticket with the patch, as this thread will be history soon.
Edit: ticket not needed, corrected in SVN three hours ago
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version