From 0b66f84755fba9b6ae5dba89dc8b2660bbb6efec Mon Sep 17 00:00:00 2001 From: risostk <4726939+risostk@users.noreply.github.com> Date: Fri, 19 Jun 2020 17:55:06 -0500 Subject: [PATCH] Use skin color for the kart name label on kart selection screen --- src/states_screens/kart_selection.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/states_screens/kart_selection.cpp b/src/states_screens/kart_selection.cpp index d27f4647a..4e2f70279 100644 --- a/src/states_screens/kart_selection.cpp +++ b/src/states_screens/kart_selection.cpp @@ -890,6 +890,9 @@ void KartSelectionScreen::updateKartWidgetModel(int widget_id, ModelViewWidget* w3 = m_kart_widgets[widget_id].m_model_view; assert( w3 != NULL ); + // set the color of the name label + m_kart_widgets[widget_id].m_kart_name->setColor(GUIEngine::getSkin()->getColor("text::neutral")); + if (selection == RANDOM_KART_ID) { // Random kart