diff options
Diffstat (limited to 'src/frontend/mame/ui/miscmenu.cpp')
-rw-r--r-- | src/frontend/mame/ui/miscmenu.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/frontend/mame/ui/miscmenu.cpp b/src/frontend/mame/ui/miscmenu.cpp index e2f1f0615fc..2d5c18ced42 100644 --- a/src/frontend/mame/ui/miscmenu.cpp +++ b/src/frontend/mame/ui/miscmenu.cpp @@ -804,7 +804,7 @@ void menu_machine_configure::custom_render(void *selectedref, float top, float b std::begin(text), std::end(text), origx1, origx2, origy1 - top, origy1 - UI_BOX_TB_BORDER, ui::text_layout::CENTER, ui::text_layout::TRUNCATE, false, - UI_TEXT_COLOR, UI_GREEN_COLOR, 1.0f); + ui().colors().text_color(), UI_GREEN_COLOR, 1.0f); } void menu_machine_configure::setup_bios() @@ -920,7 +920,7 @@ void menu_plugins_configure::custom_render(void *selectedref, float top, float b std::begin(toptext), std::end(toptext), origx1, origx2, origy1 - top, origy1 - UI_BOX_TB_BORDER, ui::text_layout::CENTER, ui::text_layout::TRUNCATE, false, - UI_TEXT_COLOR, UI_GREEN_COLOR, 1.0f); + ui().colors().text_color(), UI_GREEN_COLOR, 1.0f); } } // namespace ui |