[
https://issues.apache.org/jira/browse/FLEX-16876?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Justin Mclean resolved FLEX-16876.
----------------------------------
Resolution: Fixed
Fix Version/s: Apache Flex 4.10.0
Checked into develop branch.
> Unrequired cast in DataGridItemRenderer.as
> ------------------------------------------
>
> Key: FLEX-16876
> URL: https://issues.apache.org/jira/browse/FLEX-16876
> Project: Apache Flex
> Issue Type: Improvement
> Components: mx: DataGrid
> Affects Versions: Adobe Flex SDK 3.2 (Release)
> Environment: Affected OS(s): All OS Platforms
> Affected OS(s): All OS Platforms
> Browser: Other (specify version)
> Language Found: English
> Reporter: Adobe JIRA
> Labels: easyfix
> Fix For: Apache Flex 4.10.0
>
>
> Unrequired cast in DataGridItemRenderer.as
> line 410
> if (DataGrid(_listData.owner).variableRowHeight)
> multiline = true;
> can be
> if (dg.variableRowHeight)
> multiline = true;
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira