mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +01:00
solo buttons are now ArdourButtons
git-svn-id: svn://localhost/ardour2/branches/3.0@10401 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
f9bff66f9b
commit
11fdd6cd18
11 changed files with 135 additions and 133 deletions
|
|
@ -124,7 +124,7 @@ private:
|
|||
Gtk::TreeModelColumn<std::string> text;
|
||||
Gtk::TreeModelColumn<bool> visible;
|
||||
Gtk::TreeModelColumn<uint32_t> rec_state;
|
||||
Gtk::TreeModelColumn<Gtkmm2ext::ActiveState> mute_state;
|
||||
Gtk::TreeModelColumn<uint32_t> mute_state;
|
||||
Gtk::TreeModelColumn<uint32_t> solo_state;
|
||||
Gtk::TreeModelColumn<uint32_t> solo_isolate_state;
|
||||
Gtk::TreeModelColumn<uint32_t> solo_safe_state;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue