diff --git a/Source/Core/DolphinWX/Frame.cpp b/Source/Core/DolphinWX/Frame.cpp index f143d5faa0..1974717ef5 100644 --- a/Source/Core/DolphinWX/Frame.cpp +++ b/Source/Core/DolphinWX/Frame.cpp @@ -1201,6 +1201,8 @@ void CFrame::OnFocusChange(wxFocusEvent& event) } UpdateGUI(); } + + event.Skip(); } void CFrame::DoFullscreen(bool enable_fullscreen)