Uploaded image for project: 'Apache Flex'
  1. Apache Flex
  2. FLEX-16840

Unused local variable

    XMLWordPrintableJSON

Details

    • Task
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • Adobe Flex SDK 3.2 (Release)
    • Adobe Flex SDK Next
    • mx: TextArea
    • 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'

      Attachments

        Activity

          People

            jmclean Justin Mclean
            adobejira Adobe JIRA
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: