From 708fb03e87676d4fb125e0d78bd297e705a8e735 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Thu, 3 Nov 2011 21:35:20 +0000 Subject: 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 --- gtk2_ardour/monitor_section.h | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'gtk2_ardour/monitor_section.h') 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 (); -- cgit v1.2.3