Fix Stress.Cache refresh on wrong tab

This commit is contained in:
Mark Liversedge
2009-11-28 09:41:14 +00:00
committed by Robert Carlsen
parent 828562ec3d
commit d83ba74ae3

View File

@@ -863,7 +863,7 @@ MainWindow::tabChanged(int index)
}
}
}
else if (index == 7) {
else if (index == 6) {
// Performance Manager
performanceManagerWindow->replot(home,allRides);
}