Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
Adobe Flex SDK Previous
-
None
-
None
-
Affected OS(s): All OS Platforms
Language Found: English
Description
Steps to reproduce:
1. Notice the following method:
public function distributeHeight(width:Number, height:Number, restrictedWidth:Number):Number
Actual Results:
The function is public.
Expected Results:
Function should be private or protected. This method is not one we intend for users to call (in my opinion).
Workaround (if any):