mirror of
https://github.com/odrling/Aegisub
synced 2025-04-11 22:56:02 +02:00
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
@ -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…
x
Reference in New Issue
Block a user