[
https://issues.apache.org/jira/browse/FLEX-16876?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Justin Mclean updated FLEX-16876:
---------------------------------
Labels: easyfix (was: )
> 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
>
> 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