Ticket #14718 (closed defect: fixed)
wxSizerXmlHandler::SetGrowables can make wxArgNormalizer assert
| Reported by: | dghart | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | 2.9.5 |
| Component: | XRC | Version: | 2.9-svn |
| Keywords: | wxArgNormalizer assert | Cc: | |
| Blocked By: | Patch: | yes | |
| Blocking: |
Description
The ReportParamError() call in wxSizerXmlHandler::SetGrowables truncates a long to an int, triggering a wxArgNormalizer assert. The attached patch prevents this.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

