mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-09-01 02:07:57 +00:00
fixed list sliders not working correctly when quickmouse is off
This commit is contained in:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user