animated zoom bug

TeeChart for Java (NetBeans, Eclipse, Android Studio, etc)
Post Reply
Marian
Newbie
Newbie
Posts: 8
Joined: Tue Jan 29, 2008 12:00 am

animated zoom bug

Post by Marian » 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();

Narcís
Site Admin
Site Admin
Posts: 14730
Joined: Mon Jun 09, 2003 4:00 am
Location: Banyoles, Catalonia
Contact:

Post by Narcís » Thu Mar 06, 2008 10:49 am

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.
Best Regards,
Narcís Calvet / Development & Support
Steema Software
Avinguda Montilivi 33, 17003 Girona, Catalonia
Tel: 34 972 218 797
http://www.steema.com
Image Image Image Image Image Image
Instructions - How to post in this forum

Post Reply