mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +01:00
selecting a track/bus in the editor list now selects it in the canvas, and also ensures that it is visible
Visibility is done with Editor::ensure_time_axis_view_is_visible(), and ctrl-click in the editor list was also modified to use the same method.
This commit is contained in:
parent
47c849cf95
commit
012504d35a
2 changed files with 33 additions and 12 deletions
|
|
@ -98,6 +98,7 @@ private:
|
|||
void show_all_miditracks ();
|
||||
void hide_all_miditracks ();
|
||||
void show_tracks_with_regions_at_playhead ();
|
||||
void selection_changed ();
|
||||
|
||||
void display_drag_data_received (
|
||||
Glib::RefPtr<Gdk::DragContext> const &, gint, gint, Gtk::SelectionData const &, guint, guint
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue