mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +01:00
fix lack of marker/range display in marker/range list at startup, and tweak location display quite a bit to improve things (not done yet)
git-svn-id: svn://localhost/ardour2/branches/3.0@10977 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
1bbe08af1a
commit
a94098ae9b
2 changed files with 42 additions and 70 deletions
|
|
@ -79,12 +79,12 @@ class LocationEditRow : public Gtk::HBox, public ARDOUR::SessionHandlePtr
|
|||
Gtk::Label number_label;
|
||||
|
||||
Gtk::HBox start_hbox;
|
||||
Gtk::Button start_go_button;
|
||||
AudioClock start_clock;
|
||||
Gtk::Button start_to_playhead_button;
|
||||
|
||||
Gtk::HBox end_hbox;
|
||||
Gtk::Button end_go_button;
|
||||
AudioClock end_clock;
|
||||
Gtk::Button end_to_playhead_button;
|
||||
|
||||
AudioClock length_clock;
|
||||
Gtk::CheckButton cd_check_button;
|
||||
|
|
@ -116,7 +116,6 @@ class LocationEditRow : public Gtk::HBox, public ARDOUR::SessionHandlePtr
|
|||
void composer_entry_changed ();
|
||||
|
||||
void to_playhead_button_pressed (LocationPart part);
|
||||
void go_button_pressed (LocationPart part);
|
||||
|
||||
void clock_changed (LocationPart part);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue