mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 23:35:03 +01:00
first part of switch from shrink/expand tracks to pyramix-style "pick number of visible tracks". function to follow shortly, this is the control widget part
This commit is contained in:
parent
c16a577a8d
commit
da36a8ee09
2 changed files with 57 additions and 21 deletions
|
|
@ -1562,8 +1562,10 @@ class Editor : public PublicEditor, public PBD::ScopedConnectionList, public ARD
|
|||
ArdourButton zoom_out_button;
|
||||
ArdourButton zoom_out_full_button;
|
||||
|
||||
ArdourButton tav_expand_button;
|
||||
ArdourButton tav_shrink_button;
|
||||
ArdourMenu visible_tracks_selector;
|
||||
int32_t _visible_track_count;
|
||||
void build_track_count_menu ();
|
||||
void set_visible_track_count (int32_t);
|
||||
|
||||
Gtk::VBox toolbar_clock_vbox;
|
||||
Gtk::VBox toolbar_selection_clock_vbox;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue