[
https://issues.apache.org/jira/browse/FLEX-16840?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Justin Mclean resolved FLEX-16840.
----------------------------------
Resolution: Fixed
Fix Version/s: Adobe Flex SDK Next
Checked into develop branch
> Unused local variable
> ---------------------
>
> Key: FLEX-16840
> URL: https://issues.apache.org/jira/browse/FLEX-16840
> Project: Apache Flex
> Issue Type: Task
> Components: mx: TextArea
> Affects Versions: Adobe Flex SDK 3.2 (Release)
> Environment: Affected OS(s): All OS Platforms
> Affected OS(s): All OS Platforms
> Browser: Safari
> Language Found: English
> Reporter: Adobe JIRA
> Assignee: Justin Mclean
> Labels: easyfix
> Fix For: Adobe Flex SDK Next
>
>
> private function adjustScrollBars():void
> {
> var visibleRows:Number =
> textField.bottomScrollV - textField.scrollV + 1;
> var rows:Number = textField.numLines;
> setScrollBarProperties(textField.width + textField.maxScrollH,
> textField.width, textField.numLines,
> visibleRows);
> }
> Unused variable 'rows'
--
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