mirror of https://github.com/odrling/Aegisub
The easy fix for the splash screen crash
Originally committed to SVN as r51.
This commit is contained in:
parent
0db9a569b8
commit
eaa3fe1456
|
@ -73,7 +73,7 @@ FrameMain::FrameMain (wxArrayString args)
|
|||
// Splash screen
|
||||
#ifndef _DEBUG
|
||||
if (Options.AsBool(_T("Show Splash"))) {
|
||||
SplashScreen *splash = new SplashScreen(this);
|
||||
SplashScreen *splash = new SplashScreen(NULL);
|
||||
splash->Show(true);
|
||||
}
|
||||
else {
|
||||
|
|
Loading…
Reference in New Issue