mirror of
git://git.savannah.nongnu.org/eliot.git
synced 2025-01-13 20:03:23 +01:00
TrainingWidget: fix an old bug (the "New rack" button was behaving like "Complement")
This commit is contained in:
parent
b48f8c17d7
commit
05150c4e86
1 changed files with 1 additions and 1 deletions
|
@ -339,7 +339,7 @@ void TrainingWidget::helperSetRack(bool iAll)
|
||||||
{
|
{
|
||||||
// FIXME: first parameter is hardcoded
|
// FIXME: first parameter is hardcoded
|
||||||
m_game->trainingSetRackRandom(true,
|
m_game->trainingSetRackRandom(true,
|
||||||
iAll ? PublicGame::kRACK_NEW : PublicGame::kRACK_NEW);
|
iAll ? PublicGame::kRACK_ALL : PublicGame::kRACK_NEW);
|
||||||
emit gameUpdated();
|
emit gameUpdated();
|
||||||
lineEditRack->setFocus();
|
lineEditRack->setFocus();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue