mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-09-06 04:17:58 +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;
|
bool act = false;
|
||||||
|
|
||||||
if(vid.quickmouse) {
|
if(vid.quickmouse || getcstat == PSEUDOKEY_LIST_SLIDER) {
|
||||||
act = down;
|
act = down;
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
|
Reference in New Issue
Block a user