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