DolphinWX: Move fullscreen switch to after startup is complete

This means that any error messages won't be hidden by the fullscreen
window.
This commit is contained in:
Stenzek 2018-01-26 15:15:35 +10:00
commit 505d30be3d
2 changed files with 3 additions and 5 deletions

View file

@ -761,6 +761,8 @@ void CFrame::OnHostMessage(wxCommandEvent& event)
case WM_USER_CREATE:
if (SConfig::GetInstance().bHideCursor)
m_render_parent->SetCursor(wxCURSOR_BLANK);
if (SConfig::GetInstance().bFullscreen)
DoFullscreen(true);
break;
case IDM_PANIC: