Browse Source

Forget using the gradient for now

tags/1.0.1
xenakios 7 years ago
parent
commit
dd30bd3cae
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      Source/PluginEditor.cpp

+ 1
- 1
Source/PluginEditor.cpp View File

@@ -1048,7 +1048,7 @@ void PerfMeterComponent::paint(Graphics & g)
double amt = m_proc->getPreBufferingPercent();
g.setColour(Colours::green);
int w = amt * getWidth();
g.setGradientFill(m_gradient);
//g.setGradientFill(m_gradient);
g.fillRect(0, 0, w, getHeight());
g.setColour(Colours::white);
g.drawRect(0, 0, getWidth(), getHeight());


Loading…
Cancel
Save