substantial changes in color management, involving a reduction in the use of Gdk::Color and more consistent logic for region coloring.

Group tabs now also get the text drawn in an appropriately contrast-y color
This commit is contained in:
Paul Davis 2014-06-09 23:28:32 -04:00
parent 438179d278
commit ce08ec0de0
31 changed files with 287 additions and 259 deletions

View file

@ -113,7 +113,7 @@ AutomationStreamView::add_region_view_internal (boost::shared_ptr<Region> region
_samples_per_pixel, region_color
);
region_view->init (region_color, false);
region_view->init (false);
region_views.push_front (region_view);
/* follow global waveform setting */