From cde108107dedac3c2569e477e4beb5aa0daebcbe Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Fri, 3 Feb 2012 19:10:39 +0000 Subject: tweak button joiner colors by making them grab border color from the relevant button type git-svn-id: svn://localhost/ardour2/branches/3.0@11441 d708f5d6-7413-0410-9779-e7cbd77b26cf --- gtk2_ardour/button_joiner.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'gtk2_ardour/button_joiner.h') diff --git a/gtk2_ardour/button_joiner.h b/gtk2_ardour/button_joiner.h index 1f0fc573ca..b7e734a11d 100644 --- a/gtk2_ardour/button_joiner.h +++ b/gtk2_ardour/button_joiner.h @@ -35,7 +35,9 @@ class ButtonJoiner : public CairoWidget, public Gtkmm2ext::Activatable { std::string name; cairo_pattern_t* active_fill_pattern; cairo_pattern_t* inactive_fill_pattern; - + double border_r; + double border_g; + double border_b; void set_colors (); }; -- cgit v1.2.3