- Timestamp:
- 08/17/10 13:00:24 (21 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
ssme/trunk/flex/Common/src/com/kh/ssme/components/RoundedCornerContainer.as
r4042 r4044 89 89 CapsStyle.NONE); 90 90 graphics.beginFill(this.getStyle("backgroundColor"), this.getStyle("backgroundAlpha")); 91 graphics.drawRoundRect(borderThickness*0.5, borderThickness*0.5, unscaledWidth-borderThickness, unscaledHeight-borderThickness, cornerRadius, cornerRadius); 91 graphics.drawRoundRect(borderThickness*0.5, borderThickness*0.5, unscaledWidth-borderThickness, unscaledHeight-borderThickness, cornerRadius, cornerRadius); 92 92 graphics.endFill(); 93 93 }
