Made OptionMenuSliderBase::IsGrayed virtual

This commit is contained in:
nashmuhandes 2021-04-27 01:01:09 +08:00 committed by Christoph Oelckers
parent 8695325383
commit c12a671b3e
1 changed files with 1 additions and 1 deletions

View File

@ -722,7 +722,7 @@ class OptionMenuSliderBase : OptionMenuItem
{
}
bool IsGrayed(void)
virtual bool IsGrayed(void)
{
return mGrayCheck != NULL && !mGrayCheck.GetInt();
}