mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-11-18 11:14:49 +00:00
fixed list sliders not working correctly when quickmouse is off
This commit is contained in:
parent
8a5e768b51
commit
2d21e9122a
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user