forked from mia/Aegisub
Fix splash screen skipping so tip of the day isn't skipped on Mac.
Originally committed to SVN as r1587.
This commit is contained in:
parent
545f85ff92
commit
3f5b58762a
1 changed files with 6 additions and 3 deletions
|
@ -135,11 +135,14 @@ FrameMain::FrameMain (wxArrayString args)
|
||||||
splash->Show(true);
|
splash->Show(true);
|
||||||
splash->Update();
|
splash->Update();
|
||||||
}
|
}
|
||||||
else {
|
else
|
||||||
|
#endif
|
||||||
|
{
|
||||||
|
#if !_DEBUG
|
||||||
// Show tip of the day
|
// Show tip of the day
|
||||||
TipOfTheDay::Show(this);
|
TipOfTheDay::Show(this);
|
||||||
}
|
|
||||||
#endif
|
#endif
|
||||||
|
}
|
||||||
wxSafeYield();
|
wxSafeYield();
|
||||||
|
|
||||||
// Set autosave timer
|
// Set autosave timer
|
||||||
|
|
Loading…
Reference in a new issue