mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-08-21 18:05:20 -05:00
Changed screen to window. Moved UpdateGUI to a more general scope.
This commit is contained in:
@@ -1188,8 +1188,6 @@ void CFrame::OnFocusChange(wxFocusEvent& event)
|
||||
if (SConfig::GetInstance().m_LocalCoreStartupParameter.bHideCursor)
|
||||
m_RenderParent->SetCursor(wxCURSOR_BLANK);
|
||||
}
|
||||
UpdateGUI();
|
||||
|
||||
}
|
||||
else
|
||||
{
|
||||
@@ -1200,8 +1198,8 @@ void CFrame::OnFocusChange(wxFocusEvent& event)
|
||||
m_RenderParent->SetCursor(wxNullCursor);
|
||||
Core::UpdateTitle();
|
||||
}
|
||||
UpdateGUI();
|
||||
}
|
||||
UpdateGUI();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user