mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +01:00
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:
parent
438179d278
commit
ce08ec0de0
31 changed files with 287 additions and 259 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue