We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d007859 commit e7f854aCopy full SHA for e7f854a
src/states_screens/track_info_screen.cpp
@@ -254,6 +254,7 @@ void TrackInfoScreen::init()
254
m_allowed_compound_value_spinner->setValue(tme_rules->tyre_allocation[tyre_mapping[i]-1]);
255
}
256
257
+ m_allowed_compound_selection_spinner->setMax(tyre_mapping.size()-1);
258
m_allowed_compound_selection_spinner->setVisible(true);
259
m_allowed_compound_selection_label->setVisible(true);
260
m_allowed_compound_selection_label->setText(_("Tyre"), false);
0 commit comments