You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This issue is apparent in EmptyPlotExample, BorderPainter is created and the color is set with setColor( float[] rgba ), yet the requested color is not used.
As it happens, BorderPainter.setColor( float r, float g, float b, float a ) works, but BorderPainter.setColor( float[] rgba ) does not work.
BorderPainter.setColor( float[] rgba ) should be modified to add: colorSet = true;
The text was updated successfully, but these errors were encountered:
This issue is apparent in EmptyPlotExample, BorderPainter is created and the color is set with setColor( float[] rgba ), yet the requested color is not used.
As it happens, BorderPainter.setColor( float r, float g, float b, float a ) works, but BorderPainter.setColor( float[] rgba ) does not work.
BorderPainter.setColor( float[] rgba ) should be modified to add: colorSet = true;
The text was updated successfully, but these errors were encountered: