fixed list sliders not working correctly when quickmouse is off

This commit is contained in:
Zeno Rogue 2023-01-08 16:20:59 +01:00
parent 8a5e768b51
commit 2d21e9122a
1 changed files with 1 additions and 1 deletions

View File

@ -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 {