X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=gtk2_ardour%2Fmonitor_section.h;h=f8a553b7e8d2b2f18907c6d14922c1b4a609e758;hb=708fb03e87676d4fb125e0d78bd297e705a8e735;hp=813605fc275e3f35cdbca3fd121c337f7849c493;hpb=712d7fd5e4e58af842f33408904b3936647ef0c3;p=ardour.git diff --git a/gtk2_ardour/monitor_section.h b/gtk2_ardour/monitor_section.h index 813605fc27..f8a553b7e8 100644 --- a/gtk2_ardour/monitor_section.h +++ b/gtk2_ardour/monitor_section.h @@ -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 ();