kopia lustrzana https://github.com/jameshball/osci-render
Reduce how dark the disabled audio effect names are
rodzic
72cc253159
commit
7a5ab4d31f
|
@ -68,7 +68,7 @@ void EffectsListComponent::paint(juce::Graphics& g) {
|
||||||
|
|
||||||
void EffectsListComponent::paintOverChildren(juce::Graphics& g) {
|
void EffectsListComponent::paintOverChildren(juce::Graphics& g) {
|
||||||
if (!selected.getToggleState()) {
|
if (!selected.getToggleState()) {
|
||||||
g.setColour(juce::Colours::black.withAlpha(0.5f));
|
g.setColour(juce::Colours::black.withAlpha(0.3f));
|
||||||
auto bounds = list.getBounds();
|
auto bounds = list.getBounds();
|
||||||
bounds.removeFromBottom(2);
|
bounds.removeFromBottom(2);
|
||||||
g.fillRect(bounds);
|
g.fillRect(bounds);
|
||||||
|
|
Ładowanie…
Reference in New Issue