mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 00:34:59 +01:00
a) remove polarity button, add polarity menu item, move functionality into RouteUI
b) correct switcheroo in function of active/visible columns for edit groups git-svn-id: svn://localhost/trunk/ardour2@431 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
9051e4231c
commit
a779700bc0
5 changed files with 45 additions and 44 deletions
|
|
@ -130,6 +130,10 @@ class RouteUI : public virtual AxisView
|
|||
void toggle_route_active ();
|
||||
virtual void route_active_changed ();
|
||||
|
||||
Gtk::CheckMenuItem *polarity_menu_item;
|
||||
void toggle_polarity ();
|
||||
virtual void polarity_changed ();
|
||||
|
||||
void disconnect_input ();
|
||||
void disconnect_output ();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue