From 702cca1c93fe3a8c142380cba724823ff7a1f26b Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Fri, 11 Nov 2011 17:24:05 +0000 Subject: extra track header buttons are now ArdourButtons git-svn-id: svn://localhost/ardour2/branches/3.0@10550 d708f5d6-7413-0410-9779-e7cbd77b26cf --- gtk2_ardour/route_time_axis.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'gtk2_ardour/route_time_axis.h') diff --git a/gtk2_ardour/route_time_axis.h b/gtk2_ardour/route_time_axis.h index 6ace603538..da64b23498 100644 --- a/gtk2_ardour/route_time_axis.h +++ b/gtk2_ardour/route_time_axis.h @@ -38,6 +38,7 @@ #include "ardour/playlist.h" #include "ardour/types.h" +#include "ardour_button.h" #include "ardour_dialog.h" #include "route_ui.h" #include "enums.h" @@ -254,10 +255,9 @@ protected: Gtk::HBox other_button_hbox; Gtk::Table button_table; - Gtk::Button processor_button; - Gtk::Button route_group_button; - Gtk::Button playlist_button; - Gtk::Button automation_button; + ArdourButton route_group_button; + ArdourButton playlist_button; + ArdourButton automation_button; Gtk::Menu subplugin_menu; Gtk::Menu* automation_action_menu; -- cgit v1.2.3