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
This commit is contained in:
Carl Hetherington 2011-08-30 15:44:00 +00:00
parent e400a2ea24
commit 3b018f6902
7 changed files with 42 additions and 31 deletions

View file

@ -911,10 +911,8 @@ RouteTimeAxisView::set_height (uint32_t h)
}
void
RouteTimeAxisView::set_color (Gdk::Color const & c)
RouteTimeAxisView::route_color_changed ()
{
RouteUI::set_color (c);
if (_view) {
_view->apply_color (_color, StreamView::RegionColor);
}