From a296820cafc1745542bb5371f2613b283efa8a73 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Mon, 28 Nov 2011 17:58:15 +0000 Subject: convert all mixer strip buttons to ArdourButton; not entirely finished because colors in the name and comments buttons don't work as intended - needs a bit of thinking git-svn-id: svn://localhost/ardour2/branches/3.0@10830 d708f5d6-7413-0410-9779-e7cbd77b26cf --- gtk2_ardour/route_ui.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gtk2_ardour/route_ui.h') diff --git a/gtk2_ardour/route_ui.h b/gtk2_ardour/route_ui.h index 1240de8716..9420e4aa59 100644 --- a/gtk2_ardour/route_ui.h +++ b/gtk2_ardour/route_ui.h @@ -271,12 +271,12 @@ class RouteUI : public virtual AxisView void setup_invert_buttons (); void set_invert_button_state (); - void invert_toggled (uint32_t, BindableToggleButton *); + void invert_toggled (uint32_t, ArdourButton *); void invert_menu_toggled (uint32_t); bool invert_press (GdkEventButton *); int _i_am_the_modifier; - std::list _invert_buttons; + std::list _invert_buttons; Gtk::Menu* _invert_menu; static void set_showing_sends_to (boost::shared_ptr); -- cgit v1.2.3