mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-21 22:26:29 +01:00
tracks has only 1 ruler, and the metric it uses depends on the primary clock mode
This commit is contained in:
parent
2c92680788
commit
a128e64e6e
4 changed files with 26 additions and 68 deletions
|
|
@ -882,10 +882,7 @@ class Editor : public PublicEditor, public PBD::ScopedConnectionList, public ARD
|
|||
ARDOUR::TempoMap::BBTPointList::const_iterator current_bbt_points_begin,
|
||||
ARDOUR::TempoMap::BBTPointList::const_iterator current_bbt_points_end);
|
||||
|
||||
ArdourCanvas::Ruler* timecode_ruler;
|
||||
ArdourCanvas::Ruler* bbt_ruler;
|
||||
ArdourCanvas::Ruler* samples_ruler;
|
||||
ArdourCanvas::Ruler* minsec_ruler;
|
||||
ArdourCanvas::Ruler* clock_ruler;
|
||||
|
||||
static const double timebar_height;
|
||||
Gtk::Menu *editor_ruler_menu;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue