animated zoom bug
Posted: Thu Mar 06, 2008 10:28 am
I couldn't make the animated zoom work.
I was able to fix it by adding a new line after the line #1235 in Chart.java:
old line #1235:
invalidate(); // Repaint?
new:
invalidate(); // Repaint?
this.parent.refreshControl();
I was able to fix it by adding a new line after the line #1235 in Chart.java:
old line #1235:
invalidate(); // Repaint?
new:
invalidate(); // Repaint?
this.parent.refreshControl();