mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-16 00:34:19 +00:00
ColourSelector rendering fix.
This commit is contained in:
parent
8a3298ebb8
commit
ea557b40a5
1 changed files with 1 additions and 0 deletions
|
|
@ -203,6 +203,7 @@ public:
|
|||
void paint (Graphics& g)
|
||||
{
|
||||
ColourGradient cg;
|
||||
cg.isRadial = false;
|
||||
cg.point1.setXY (0.0f, (float) edge);
|
||||
cg.point2.setXY (0.0f, (float) (getHeight() - edge));
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue