Skip to content

Commit

Permalink
Merge branch 'stable'
Browse files Browse the repository at this point in the history
  • Loading branch information
CrossVR committed Jul 23, 2015
2 parents 8bd1084 + 2c7ae77 commit ed50d61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Core/DolphinWX/Frame.cpp
Expand Up @@ -1158,7 +1158,7 @@ void CFrame::OnMouse(wxMouseEvent& event)

void CFrame::OnFocusChange(wxFocusEvent& event)
{
if (SConfig::GetInstance().m_PauseOnFocusLost)
if (SConfig::GetInstance().m_PauseOnFocusLost && Core::IsRunningAndStarted())
{
if (RendererHasFocus())
{
Expand Down

0 comments on commit ed50d61

Please sign in to comment.