diff --git a/windowrace.cpp b/windowrace.cpp index 36dff5e..0899a86 100644 --- a/windowrace.cpp +++ b/windowrace.cpp @@ -281,6 +281,7 @@ void WindowRace::shellSlot(){ } if(zeit < this->minimumTime){ item->setBackgroundColor(Qt::red); + this->firstTimeShell = true; } item->setText(QString::number((double)zeit/1000)); ui->lWShellTime->addItem(item); @@ -311,6 +312,7 @@ void WindowRace::deaSlot(){ } if(zeit < this->minimumTime){ item->setBackgroundColor(Qt::red); + this->firstTimeDea = true; } item->setText(QString::number((double)zeit/1000)); ui->lWDeaTime->addItem(item);