1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-06-18 11:19:59 +00:00

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

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 {