1
0
Fork 0
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:
jules 2012-11-02 16:58:27 +00:00
parent 8a3298ebb8
commit ea557b40a5

View file

@ -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));