mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-02-14 16:39:57 +00:00
Fix 'Fix Tools' being called
.. I deleted the lines that actually call the data processor when I was refactoring MainWindow. .. this must have been an accident as there is no possible reason for just deleting the code! Fixes #747
This commit is contained in:
@@ -105,6 +105,9 @@ ManualDataProcessorDialog::ManualDataProcessorDialog(Context *context, QString n
|
||||
void
|
||||
ManualDataProcessorDialog::okClicked()
|
||||
{
|
||||
if (ride && ride->ride() && processor->postProcess((RideFile *)ride->ride(), config) == true) {
|
||||
context->notifyRideSelected(ride); // to remain compatible with rest of GC for now
|
||||
}
|
||||
accept();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user