From 6449c2e5c8b027245fe5fb9942984243e4a653d7 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Thu, 10 Nov 2011 15:25:01 +0000 Subject: more ardour-button-ization; fix transparency of selection rects; use "correct" cursors when entering and leaving selection rect handles; color tweaks for a few buttons git-svn-id: svn://localhost/ardour2/branches/3.0@10527 d708f5d6-7413-0410-9779-e7cbd77b26cf --- gtk2_ardour/time_info_box.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'gtk2_ardour/time_info_box.h') diff --git a/gtk2_ardour/time_info_box.h b/gtk2_ardour/time_info_box.h index 7409d7631e..035cdb7e00 100644 --- a/gtk2_ardour/time_info_box.h +++ b/gtk2_ardour/time_info_box.h @@ -29,6 +29,8 @@ #include "ardour/ardour.h" #include "ardour/session_handle.h" +#include "ardour_button.h" + namespace ARDOUR { class Session; class Location; @@ -69,8 +71,8 @@ class TimeInfoBox : public Gtk::HBox, public ARDOUR::SessionHandlePtr PBD::ScopedConnectionList punch_connections; PBD::ScopedConnectionList editor_connections; - Gtkmm2ext::StatefulToggleButton punch_in_button; - Gtkmm2ext::StatefulToggleButton punch_out_button; + ArdourButton punch_in_button; + ArdourButton punch_out_button; void selection_changed (); -- cgit v1.2.3