Skip to content
Snippets Groups Projects
Commit d1526a59 authored by Amit Kumar Mondal's avatar Amit Kumar Mondal
Browse files

RGB Character Restored

parent 940e0ae9
No related branches found
No related tags found
No related merge requests found
......@@ -348,7 +348,7 @@ public final class SpiderChartSwtGraphics extends AbstractChartGraphics {
this.transparent = new Color(SwtGraphicsProvider.getDisplay(), 255,
255, 255);
}
final RGB[] rgbs = new RGB['A'];
final RGB[] rgbs = new RGB['Ā'];
rgbs[0] = this.transparent.getRGB();
for (int i = 1; i <= 255; i++) {
rgbs[i] = this.currentColor.getRGB();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment