Skip to content

Commit

Permalink
Merge pull request #5840 from leoetlino/wx-focus-fix
Browse files Browse the repository at this point in the history
WX: Fix 'renderer has focus' returning false after start
  • Loading branch information
leoetlino committed Jul 31, 2017
2 parents ca49de8 + f0aa454 commit c111724
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Source/Core/DolphinWX/FrameTools.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -654,6 +654,7 @@ void CFrame::StartGame(std::unique_ptr<BootParameters> boot)
m_game_list_ctrl->Disable();
m_game_list_ctrl->Hide();

m_renderer_has_focus = true;
m_render_parent = m_panel;
m_render_frame = this;
if (SConfig::GetInstance().bKeepWindowOnTop)
Expand Down

0 comments on commit c111724

Please sign in to comment.