Use skin color for the kart name label on kart selection screen
This commit is contained in:
parent
4ab33fec8c
commit
0b66f84755
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user