mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-08 00:59:44 +00:00
Revert "Toggle full screen when double clicking the render window."
This reverts commit de27f0bea9
.
This commit is contained in:
parent
de27f0bea9
commit
e199d21513
2 changed files with 0 additions and 3 deletions
|
@ -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();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue