Menu

#678 Splash screen stays always on top on windows

Undefined
fixed
nobody
windows (3)
Undefined
2018-05-02
2018-05-01
bluehazzard
No

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)
{
}

Related

Commit: [r11318]
Commit: [r11395]

Discussion

  • Teodor Petrov

    Teodor Petrov - 2018-05-02

    You're already on a version with a fix. Isn't it working? See [r11394]...

     

    Related

    Commit: [r11394]

  • bluehazzard

    bluehazzard - 2018-05-02

    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.

     
  • Teodor Petrov

    Teodor Petrov - 2018-05-02
    • status: open --> fixed
     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.