RemoveAllChildren in ButtonScrollingCanvas do not remove innerCanvas children.
Possible fix:
override public function removeAllChildren():void {
super.removeAllChildren();
this.innerCanvas.removeAllChildren();
}
Original issue reported on code.google.com by sne...@gmail.com on 9 Feb 2009 at 11:35
Original issue reported on code.google.com by
sne...@gmail.com
on 9 Feb 2009 at 11:35