ibrahimsaputra / achartengine

Automatically exported from code.google.com/p/achartengine
0 stars 0 forks source link

Wrong condition of touch event #48

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
In GraphicView, line 238, 
(mRenderer.isPanXEnabled() || mRenderer.isZoomYEnabled() || 
mRenderer.isZoomXEnabled() || mRenderer
            .isZoomYEnabled())

the secondary condition should be isPanXEnable().

/Dennis

Original issue reported on code.google.com by attic...@gmail.com on 7 Feb 2011 at 3:04

GoogleCodeExporter commented 9 years ago
Good catch!
Fixed in SVN r137.

Original comment by dandrome...@gmail.com on 15 Feb 2011 at 6:54