Skip to content

Commit

Permalink
Correct the mouse "middlegame" configuration control
Browse files Browse the repository at this point in the history
  • Loading branch information
kcgen committed Aug 20, 2020
1 parent 40f186f commit 1d4bb96
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/gui/sdlmain.cpp
Expand Up @@ -2264,6 +2264,7 @@ static void GUI_StartUp(Section * sec) {
if (sdl.mouse.control_choice & (CaptureOnClick | CaptureOnStart))
middle_control_msg = " and middle-click will uncapture the mouse";
} else {
sdl.mouse.middle_will_release = false;
if (sdl.mouse.control_choice & (CaptureOnClick | CaptureOnStart))
middle_control_msg = " and middle-clicks will be sent to the game";
}
Expand Down

0 comments on commit 1d4bb96

Please sign in to comment.