mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-02-14 16:39:57 +00:00
Workout Controls for Train View
Fixes broken controls on train view, so we can now start stop with the sidebar hidden and also adjust the settings for the realtime dials on the layout. Will need to think about saving the properties of the controls to use last used settings. Fixes #439.
This commit is contained in:
@@ -394,7 +394,7 @@ MainWindow::MainWindow(const QDir &home) :
|
||||
// TRAIN WINDOW & CONTROLS
|
||||
trainWindow = new HomeWindow(this, "train", "Training");
|
||||
trainWindow->controls()->hide();
|
||||
trainControls->addWidget(new TrainTool(this, this->home));
|
||||
trainControls->addWidget(trainWindow->controls());
|
||||
|
||||
// ANALYSIS WINDOW & CONTRAOLS
|
||||
analWindow = new HomeWindow(this, "analysis", "Analysis");
|
||||
|
||||
Reference in New Issue
Block a user