From 3b018f69028bf1c2701a28dad38352fbbdb8f070 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Tue, 30 Aug 2011 15:44:00 +0000 Subject: Tidy up route colouring a bit so that colours are the same for both the time axis view and the mixer strip. git-svn-id: svn://localhost/ardour2/branches/3.0@10035 d708f5d6-7413-0410-9779-e7cbd77b26cf --- gtk2_ardour/route_ui.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'gtk2_ardour/route_ui.h') diff --git a/gtk2_ardour/route_ui.h b/gtk2_ardour/route_ui.h index 9649d74634..7ba9fe6144 100644 --- a/gtk2_ardour/route_ui.h +++ b/gtk2_ardour/route_ui.h @@ -222,11 +222,16 @@ class RouteUI : public virtual AxisView void set_invert_sensitive (bool); bool verify_new_route_name (const std::string& name); + void route_gui_changed (std::string); + virtual void route_color_changed () {} + private: void check_rec_enable_sensitivity (); void parameter_changed (std::string const &); void relabel_solo_button (); + std::string route_state_id () const; + struct SoloMuteRelease { SoloMuteRelease (bool was_active) : active (was_active) -- cgit v1.2.3