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"; }