Details
-
Task
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
Adobe Flex SDK 3.2 (Release)
-
Affected OS(s): All OS Platforms
Affected OS(s): All OS Platforms
Browser: Safari
Language Found: English
Description
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'