added remaining laps label in race mode

This commit is contained in:
2021-12-27 20:34:16 +01:00
parent e102dab939
commit b9efe93baf
6 changed files with 435 additions and 79 deletions

View File

@@ -221,6 +221,8 @@ void WindowRennliste::changeSelection() {
this->ui->tWRennliste->item(static_cast<int>(this->selectedRow), 4)
->text());
this->instanceWindowRace->setDriverAndCar(vec);
this->instanceWindowRace->setRoundCounter(this->selectedRow + 1,
this->tableData.size());
}
}