We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25311e3 commit 18e3178Copy full SHA for 18e3178
opengl/Quantum.cpp
@@ -2115,7 +2115,7 @@ void QuantumStereoLevelMeterWithLUFS::onNanoDisplay()
2115
theme.borderSize + verticalReservedHeight,
2116
meterChannelWidth * 2 + theme.borderSize * 2,
2117
meterChannelHeight * (1.f - value));
2118
- fillColor(theme.widgetAlternativeColor);
+ fillColor(enabled ? theme.widgetAlternativeColor: theme.textDarkColor.withAlpha(0.5f));
2119
fill();
2120
}
2121
0 commit comments