Remove pointless wxSafeYield in FrameMain's constructor
This was needed to make the splash screen appear, and was missed when the splash screen was killed.
This commit is contained in:
parent
523d858374
commit
b5a8217fcd
1 changed files with 0 additions and 3 deletions
|
@ -233,9 +233,6 @@ FrameMain::FrameMain()
|
|||
|
||||
StartupLog("Install PNG handler");
|
||||
wxImage::AddHandler(new wxPNGHandler);
|
||||
#ifndef __APPLE__
|
||||
wxSafeYield();
|
||||
#endif
|
||||
|
||||
StartupLog("Apply saved Maximized state");
|
||||
if (OPT_GET("App/Maximized")->GetBool()) Maximize(true);
|
||||
|
|
Loading…
Reference in a new issue