From 2d21e9122adf46e437b08aeb7c473fdd60971139 Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Sun, 8 Jan 2023 16:20:59 +0100 Subject: [PATCH] fixed list sliders not working correctly when quickmouse is off --- control.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/control.cpp b/control.cpp index 5494fee0..febfb9f6 100644 --- a/control.cpp +++ b/control.cpp @@ -1120,7 +1120,7 @@ EX void handle_event(SDL_Event& ev) { bool act = false; - if(vid.quickmouse) { + if(vid.quickmouse || getcstat == PSEUDOKEY_LIST_SLIDER) { act = down; } else {