mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 00:34:59 +01:00
Make Active apply to the selection.
git-svn-id: svn://localhost/ardour2/branches/3.0@9089 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
92a5e4da48
commit
8f45604f27
9 changed files with 87 additions and 63 deletions
|
|
@ -175,9 +175,8 @@ class RouteUI : public virtual AxisView
|
|||
virtual void property_changed (const PBD::PropertyChange&);
|
||||
void route_removed ();
|
||||
|
||||
Gtk::CheckMenuItem *route_active_menu_item;
|
||||
void toggle_route_active ();
|
||||
virtual void route_active_changed ();
|
||||
virtual void route_active_changed () {}
|
||||
void set_route_active (bool, bool);
|
||||
|
||||
Gtk::Menu* record_menu;
|
||||
void build_record_menu ();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue