From 881b5a43e755860e91bf596bcac1f8c105b0a843 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Wed, 31 Aug 2011 19:14:12 +0000 Subject: Allow route groups to color their tracks (remainder of #4064). git-svn-id: svn://localhost/ardour2/branches/3.0@10043 d708f5d6-7413-0410-9779-e7cbd77b26cf --- gtk2_ardour/route_time_axis.cc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'gtk2_ardour/route_time_axis.cc') diff --git a/gtk2_ardour/route_time_axis.cc b/gtk2_ardour/route_time_axis.cc index 6cf06a048d..66b0192119 100644 --- a/gtk2_ardour/route_time_axis.cc +++ b/gtk2_ardour/route_time_axis.cc @@ -914,7 +914,7 @@ void RouteTimeAxisView::route_color_changed () { if (_view) { - _view->apply_color (_color, StreamView::RegionColor); + _view->apply_color (color(), StreamView::RegionColor); } } @@ -2487,3 +2487,4 @@ RouteTimeAxisView::state_id() const { return string_compose ("rtav %1", _route->id().to_s()); } + -- cgit v1.2.3