From 1d4bb9666802cfa0ba91868a75f13a899eaba03e Mon Sep 17 00:00:00 2001 From: kcgen <1557255+kcgen@users.noreply.github.com> Date: Thu, 20 Aug 2020 09:56:07 -0700 Subject: [PATCH] Correct the mouse "middlegame" configuration control --- src/gui/sdlmain.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/gui/sdlmain.cpp b/src/gui/sdlmain.cpp index 89d7236cc44..a786507df1b 100644 --- a/src/gui/sdlmain.cpp +++ b/src/gui/sdlmain.cpp @@ -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"; }