Ticket #173 (closed defect: fixed)

Opened 3 years ago

Last modified 3 years ago

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

comment:1 Changed 3 years ago by paul

  • Status changed from new to assigned

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

comment:2 Changed 3 years ago by paul

  • Status changed from assigned to closed
  • Resolution set to fixed

Thanks - added and checked in.

Note: See TracTickets for help on using tickets.