Show(TRUE);
m_window->SetFocus();
- wxYield(); // Without this, you see a blank screen for an instant
+#ifdef __WXMSW__
+ Update(); // Without this, you see a blank screen for an instant
+#else
+ wxYieldIfNeeded(); // Should eliminate this
+#endif
}
wxSplashScreen::~wxSplashScreen()