mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-02-15 08:59:55 +00:00
Workout Editor Smart Guides
.. just a simple indicator in the x-axis for now when points are selected. may extend to the y-axis as well. .. lots more to come on smart guides but needs a lot of thought and play time.
This commit is contained in:
@@ -58,6 +58,9 @@ WorkoutWindow::WorkoutWindow(Context *context) :
|
||||
// selection tool
|
||||
rect = new WWRect(workout);
|
||||
|
||||
// guides always on top!
|
||||
guide = new WWSmartGuide(workout);
|
||||
|
||||
// setup the toolbar
|
||||
toolbar = new QToolBar(this);
|
||||
toolbar->setToolButtonStyle(Qt::ToolButtonTextUnderIcon);
|
||||
|
||||
Reference in New Issue
Block a user