mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 23:05:04 +01:00
fix color and alpha of timestretch rect
This commit is contained in:
parent
6dbc0c0919
commit
b2e93b8fba
2 changed files with 4 additions and 3 deletions
|
|
@ -916,7 +916,7 @@ RouteTimeAxisView::show_timestretch (framepos_t start, framepos_t end, int layer
|
|||
|
||||
if (timestretch_rect == 0) {
|
||||
timestretch_rect = new ArdourCanvas::Rectangle (canvas_display ());
|
||||
timestretch_rect->set_fill_color (ARDOUR_UI::config()->color ("time stretch fill"));
|
||||
timestretch_rect->set_fill_color (ArdourCanvas::HSV (ARDOUR_UI::config()->color ("time stretch fill")).mod (ARDOUR_UI::config()->modifier ("time stretch fill")).color());
|
||||
timestretch_rect->set_outline_color (ARDOUR_UI::config()->color ("time stretch outline"));
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue