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();
animated zoom bug
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Hi Marian,
Thanks for reporting. I've been able to reproduce the issue here and added your fix suggestion to our defect list to be reviewed and considered for inclusion in next releases.
Thanks for reporting. I've been able to reproduce the issue here and added your fix suggestion to our defect list to be reviewed and considered for inclusion in next releases.
Best Regards,
Narcís Calvet / Development & Support Steema Software Avinguda Montilivi 33, 17003 Girona, Catalonia Tel: 34 972 218 797 http://www.steema.com |
Instructions - How to post in this forum |