mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 08:36:32 +01:00
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:
parent
e400a2ea24
commit
3b018f6902
7 changed files with 42 additions and 31 deletions
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue