mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +01:00
Hide TrackList "Active" toggle for VCAs
This commit is contained in:
parent
26dc287c00
commit
7c6800fb88
2 changed files with 6 additions and 7 deletions
|
|
@ -136,7 +136,7 @@ private:
|
|||
add (name_editable);
|
||||
add (is_input_active);
|
||||
add (is_midi);
|
||||
add (is_vca);
|
||||
add (no_vca);
|
||||
add (active);
|
||||
}
|
||||
|
||||
|
|
@ -157,7 +157,7 @@ private:
|
|||
Gtk::TreeModelColumn<bool> name_editable;
|
||||
Gtk::TreeModelColumn<bool> is_input_active;
|
||||
Gtk::TreeModelColumn<bool> is_midi;
|
||||
Gtk::TreeModelColumn<bool> is_vca;
|
||||
Gtk::TreeModelColumn<bool> no_vca; // activatable
|
||||
Gtk::TreeModelColumn<bool> active;
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue