Fix #2988
This commit is contained in:
parent
d9d3afc36e
commit
b15ab1f043
@ -217,7 +217,7 @@ void RaceResultGUI::enableAllButtons()
|
|||||||
|
|
||||||
middle->setText(_("Restart"));
|
middle->setText(_("Restart"));
|
||||||
middle->setVisible(true);
|
middle->setVisible(true);
|
||||||
|
middle->setFocusForPlayer(PLAYER_ID_GAME_MASTER);
|
||||||
if (race_manager->raceWasStartedFromOverworld())
|
if (race_manager->raceWasStartedFromOverworld())
|
||||||
{
|
{
|
||||||
top->setVisible(false);
|
top->setVisible(false);
|
||||||
@ -230,8 +230,6 @@ void RaceResultGUI::enableAllButtons()
|
|||||||
bottom->setText(_("Back to the menu"));
|
bottom->setText(_("Back to the menu"));
|
||||||
}
|
}
|
||||||
bottom->setVisible(true);
|
bottom->setVisible(true);
|
||||||
|
|
||||||
bottom->setFocusForPlayer(PLAYER_ID_GAME_MASTER);
|
|
||||||
}
|
}
|
||||||
} // enableAllButtons
|
} // enableAllButtons
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user