mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-24 01:54:22 +00:00
Avoided VC warning.
This commit is contained in:
parent
d89300b7c9
commit
9c1f3fcf78
1 changed files with 0 additions and 1 deletions
|
|
@ -1397,7 +1397,6 @@ void LookAndFeel_V2::drawRotarySlider (Graphics& g, int x, int y, int width, int
|
|||
g.fillPath (filledArc);
|
||||
}
|
||||
|
||||
if (thickness > 0)
|
||||
{
|
||||
const float innerRadius = radius * 0.2f;
|
||||
Path p;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue