mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-12-11 13:01:19 +00:00
- fixed incomplete disabling of number field menu option
https://forum.zdoom.org/viewtopic.php?t=68075
This commit is contained in:
parent
c00dddea68
commit
a0758d6a92
1 changed files with 4 additions and 0 deletions
|
@ -1134,6 +1134,10 @@ class OptionMenuFieldBase : OptionMenuItem
|
|||
return false;
|
||||
}
|
||||
|
||||
override bool Selectable()
|
||||
{
|
||||
return mGrayCheck == null || mGrayCheck.GetInt() != 0;
|
||||
}
|
||||
|
||||
CVar mCVar;
|
||||
CVar mGrayCheck;
|
||||
|
|
Loading…
Reference in a new issue