mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-02-14 16:39:57 +00:00
Fixup MainWindow refactor Part 2
.. fix workoutwizard context hack .. fix modelplot (3d) code that was missed
This commit is contained in:
@@ -1609,7 +1609,7 @@ void MainWindow::showRhoEstimator()
|
||||
|
||||
void MainWindow::showWorkoutWizard()
|
||||
{
|
||||
WorkoutWizard *ww = new WorkoutWizard(this);
|
||||
WorkoutWizard *ww = new WorkoutWizard(context);
|
||||
ww->show();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user