Merge pull request #11084 from hhromic/add-font-size

(Menu/DisplayList) Make notification font size option visible when graphics widgets are enabled
This commit is contained in:
Autechre 2020-07-26 23:41:48 +02:00 committed by GitHub
commit 7a07d4977f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7722,11 +7722,11 @@ unsigned menu_displaylist_build_list(
#endif
#endif
case MENU_ENUM_LABEL_VIDEO_FONT_PATH:
case MENU_ENUM_LABEL_VIDEO_FONT_SIZE:
if (video_font_enable ||
(widgets_supported && menu_enable_widgets))
build_list[i].checked = true;
break;
case MENU_ENUM_LABEL_VIDEO_FONT_SIZE:
case MENU_ENUM_LABEL_VIDEO_MESSAGE_POS_X:
case MENU_ENUM_LABEL_VIDEO_MESSAGE_POS_Y:
case MENU_ENUM_LABEL_VIDEO_MESSAGE_COLOR_RED: