mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-02-13 16:18:42 +00:00
Refresh on ride add/deleted
When rides are added or deleted the weekly statistics are now refreshed to ensure they reflect the rides now present within that week.
This commit is contained in:
@@ -148,6 +148,8 @@ WeeklySummaryWindow::WeeklySummaryWindow(bool useMetricUnits,
|
||||
//connect(mainWindow, SIGNAL(rideSelected()), this, SLOT(refresh()));
|
||||
connect(this, SIGNAL(rideItemChanged(RideItem*)), this, SLOT(refresh()));
|
||||
connect(mainWindow, SIGNAL(zonesChanged()), this, SLOT(refresh()));
|
||||
connect(mainWindow, SIGNAL(rideAdded(RideItem*)), this, SLOT(refresh()));
|
||||
connect(mainWindow, SIGNAL(rideDeleted(RideItem*)), this, SLOT(refresh()));
|
||||
}
|
||||
|
||||
void
|
||||
|
||||
Reference in New Issue
Block a user