We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dedda85 commit af85946Copy full SHA for af85946
WindowsAudioSession/UI/FFT/FFTDrawer.cs
@@ -85,7 +85,7 @@ double[] barSizes
85
maxValue = barSizes[i];
86
}
87
88
- var barHeight = Math.Max(0, maxValue * (height - 2 * Margin) / 255d) * 2;
+ var barHeight = Math.Max(0, maxValue * (height - 2 * Margin) / 255d);
89
var y_top = y0 + height - 2 * Margin - barHeight;
90
91
var bar = _bars[i];
0 commit comments