arpit / openpyro

An open source framework for ActionScript3 based applications
http://openpyro.org
MIT License
40 stars 5 forks source link

Graphic Skin needs to invalidate the control its applied to #9

Open arpit opened 15 years ago

arpit commented 15 years ago

Sample code: @ var button = new Button() button.skin = new GraphicSkin(new some_graphic()) addChild(button) trace(button.width) // should return the graphic’s width@

This will also allow graphic skin based controls to work with layouts.

original LH ticket

This ticket has 0 attachment(s).