mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-22 22:00:39 -06:00
Revert "Toggle full screen when double clicking the render window."
This reverts commit de27f0bea9
.
This commit is contained in:
@ -1004,8 +1004,6 @@ void CFrame::OnMouse(wxMouseEvent& event)
|
||||
event.GetPosition().x, event.GetPosition().y, event.ButtonDown());
|
||||
}
|
||||
#endif
|
||||
if (event.LeftDClick())
|
||||
DoFullscreen(!RendererIsFullscreen());
|
||||
event.Skip();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user