mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-24 22:27:36 +01:00
add some alpha to "covered region" coloration
This commit is contained in:
parent
e3f376107e
commit
76733daf63
1 changed files with 1 additions and 1 deletions
|
|
@ -783,7 +783,7 @@ RegionView::update_coverage_frames (LayerDisplay d)
|
|||
bool me = false;
|
||||
|
||||
/* the color that will be used to show parts of regions that will not be heard */
|
||||
uint32_t const non_playing_color = ARDOUR_UI::config()->color ("covered region");
|
||||
uint32_t const non_playing_color = ARDOUR_UI::config()->color_mod ("covered region", "region base");
|
||||
|
||||
while (t < end) {
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue