Skip to content

Commit

Permalink
Feathers-Extension-ZoomableControl
Browse files Browse the repository at this point in the history
  • Loading branch information
pol2095 committed Dec 20, 2016
1 parent 48fa43b commit 53173de
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -86,5 +86,14 @@ package feathers.extensions.zoomable

return this.setSizeInternal(newWidth, newHeight, false);
}

/**
* @private
*/
override public function dispose():void
{
if(sheet) sheet.removeEventListener(TouchSheetEvent.PINCHING, onPinching);
super.dispose();
}
}
}

0 comments on commit 53173de

Please sign in to comment.