Ticket #173 (closed defect: fixed)
custom close button size not applied
| Reported by: | brainz | Owned by: | paul |
|---|---|---|---|
| Priority: | critical | Milestone: | OVA for AS3 (v1.0.0) |
| Component: | OVA for AS3 | Version: | OVA for AS3 (trunk) |
| Keywords: | Cc: | ||
| Forum thread: |
Description
If you set the custom close button, it is not applied.
CloseButtonConfig.as, line 41 needs this:
if(rawConfig.width != undefined) _width = rawConfig.width;
if(rawConfig.height != undefined) _height = rawConfig.height;
Change History
Note: See
TracTickets for help on using
tickets.

Thanks for raising a ticket on this. Checking the change in shortly to go in the next release. Appreciated.