mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-24 07:27:44 +01:00
don't clamp wave-fill alpha value when using region color
Conflicts: gtk2_ardour/default_ui_config.in
This commit is contained in:
parent
93dbae7c98
commit
f64ebc5a0d
1 changed files with 0 additions and 14 deletions
|
|
@ -1409,13 +1409,6 @@ AudioRegionView::set_some_waveform_colors (vector<ArdourCanvas::WaveView*>& wave
|
|||
} else {
|
||||
outline = ARDOUR_UI::config()->get_canvasvar_SelectedWaveForm();
|
||||
fill = ARDOUR_UI::config()->get_canvasvar_SelectedWaveFormFill();
|
||||
|
||||
if (ARDOUR_UI::config()->get_color_regions_using_track_color()) {
|
||||
/* just use a slightly transparent version of the selected
|
||||
* color so that some of the track color bleeds through
|
||||
*/
|
||||
fill = UINT_RGBA_CHANGE_A (fill, 217);
|
||||
}
|
||||
}
|
||||
} else {
|
||||
if (_recregion) {
|
||||
|
|
@ -1429,13 +1422,6 @@ AudioRegionView::set_some_waveform_colors (vector<ArdourCanvas::WaveView*>& wave
|
|||
} else {
|
||||
outline = ARDOUR_UI::config()->get_canvasvar_WaveForm();
|
||||
fill = ARDOUR_UI::config()->get_canvasvar_WaveFormFill();
|
||||
|
||||
if (ARDOUR_UI::config()->get_color_regions_using_track_color()) {
|
||||
/* just use a slightly transparent version of the selected
|
||||
* color so that some of the track color bleeds through
|
||||
*/
|
||||
fill = UINT_RGBA_CHANGE_A (fill, 217);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue