mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-02-13 08:08:42 +00:00
Fix Stress.Cache refresh on wrong tab
This commit is contained in:
committed by
Robert Carlsen
parent
828562ec3d
commit
d83ba74ae3
@@ -863,7 +863,7 @@ MainWindow::tabChanged(int index)
|
||||
}
|
||||
}
|
||||
}
|
||||
else if (index == 7) {
|
||||
else if (index == 6) {
|
||||
// Performance Manager
|
||||
performanceManagerWindow->replot(home,allRides);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user