wiln / flexlib

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

ButtonScrollingCanvas RemoveAllChildren() problem #198

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
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