Select 'start' as default in gp info screen.

This commit is contained in:
hiker 2014-09-13 00:58:30 +10:00
parent bf135095d8
commit 991f60d06d

View File

@ -216,6 +216,9 @@ void GPInfoScreen::init()
addTracks();
addScreenshot();
RibbonWidget* bt_start = getWidget<GUIEngine::RibbonWidget>("buttons");
bt_start->setFocusForPlayer(PLAYER_ID_GAME_MASTER);
} // init
// ----------------------------------------------------------------------------