13
0

Amend 973e9ad1: fix "black" regions when selecing them

This commit is contained in:
Robin Gareus 2019-09-27 04:32:54 +02:00
parent 903c3ec5a0
commit 219d366d88
Signed by: rgareus
GPG Key ID: A090BCE02CF57F04

View File

@ -1577,7 +1577,7 @@ AudioRegionView::set_some_waveform_colors (vector<ArdourWaveView::WaveView*>& wa
if (_selected) {
outline = UINT_RGBA_CHANGE_A(UIConfiguration::instance().color ("selected waveform outline"), 0xC0);
fill = UINT_RGBA_CHANGE_A(UIConfiguration::instance().color ("selected waveform outline"), 0xC0);
fill = UINT_RGBA_CHANGE_A(UIConfiguration::instance().color ("selected waveform fill"), 0xC0);
} else if (_dragging) {
outline = UINT_RGBA_CHANGE_A(UIConfiguration::instance().color ("waveform outline"), 0xC0);
fill = UINT_RGBA_CHANGE_A(UIConfiguration::instance().color ("waveform fill"), 0xC0);