summaryrefslogtreecommitdiff
path: root/gtk2_ardour/route_time_axis.cc
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2011-08-30 15:44:00 +0000
committerCarl Hetherington <carl@carlh.net>2011-08-30 15:44:00 +0000
commit3b018f69028bf1c2701a28dad38352fbbdb8f070 (patch)
tree8c3ca043be4f5a1a534a0b3e94270a8eeaed1bdc /gtk2_ardour/route_time_axis.cc
parente400a2ea24cc473ecd81e1266354ecbc247789da (diff)
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
Diffstat (limited to 'gtk2_ardour/route_time_axis.cc')
-rw-r--r--gtk2_ardour/route_time_axis.cc4
1 files changed, 1 insertions, 3 deletions
diff --git a/gtk2_ardour/route_time_axis.cc b/gtk2_ardour/route_time_axis.cc
index 66cd38659d..6cf06a048d 100644
--- a/gtk2_ardour/route_time_axis.cc
+++ b/gtk2_ardour/route_time_axis.cc
@@ -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);
}