Skip to content
Snippets Groups Projects
Commit 248d36de authored by Vitaly Sverchinsky's avatar Vitaly Sverchinsky
Browse files

Fix waveform coloring

parent 54f59c8c
No related branches found
No related tags found
No related merge requests found
......@@ -343,7 +343,7 @@ void DrawWaveform(
.SetBlankColor(ColorFromWXBrush(artist->blankBrush))
.SetSampleColors(
ColorFromWXPen(muted ? artist->muteSamplePen : artist->samplePen),
ColorFromWXPen(muted ? artist->muteSamplePen : artist->selsamplePen))
ColorFromWXPen(muted ? artist->muteSamplePen : artist->samplePen))
.SetRMSColors(
ColorFromWXPen(muted ? artist->muteRmsPen : artist->rmsPen),
ColorFromWXPen(muted ? artist->muteRmsPen : artist->rmsPen))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment