mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-03 20:29:35 +01:00
use ArdourButton for the (radio) buttons in the monitor section; fix ArdourButton, MonitorSection and CairoWidget to work with radio semantics
git-svn-id: svn://localhost/ardour2/branches/3.0@10430 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
712d7fd5e4
commit
708fb03e87
8 changed files with 91 additions and 26 deletions
|
|
@ -104,10 +104,9 @@ class MonitorSection : public RouteUI
|
|||
void solo_boost_changed ();
|
||||
void gain_value_changed ();
|
||||
|
||||
Gtk::RadioButtonGroup solo_model_group;
|
||||
Gtk::RadioButton solo_in_place_button;
|
||||
Gtk::RadioButton afl_button;
|
||||
Gtk::RadioButton pfl_button;
|
||||
ArdourButton solo_in_place_button;
|
||||
ArdourButton afl_button;
|
||||
ArdourButton pfl_button;
|
||||
Gtk::HBox solo_model_box;
|
||||
|
||||
void solo_use_in_place ();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue