yunjianwu / achartengine

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

removePanListener does not remove PanListener #245

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Pan.java line 154:
  /**
   * Removes a pan listener.
   * 
   * @param listener pan listener
   */
  public synchronized void removePanListener(PanListener listener) {
    mPanListeners.add(listener);
  }

What version of the product binary library are you using?
1.0.0

Original issue reported on code.google.com by jonas.es...@gmail.com on 29 Aug 2012 at 12:10

GoogleCodeExporter commented 9 years ago
I've added a patch to fix this.

Original comment by jethroborsje on 10 Sep 2012 at 6:53

Attachments:

GoogleCodeExporter commented 9 years ago
Fixed.

Original comment by dandrome...@gmail.com on 10 Sep 2012 at 7:11