| Summary: | BorderLayout does not respect preferred size of child's border | ||
|---|---|---|---|
| Product: | [Tools] GEF | Reporter: | Randy Hudson <hudsonr> |
| Component: | GEF-Legacy Draw2d | Assignee: | Alexander Nyßen <nyssen> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | CC: | nyssen |
| Version: | unspecified | ||
| Target Milestone: | 3.10.0 (Mars) M1 | ||
| Hardware: | PC | ||
| OS: | Windows XP | ||
| Whiteboard: | |||
|
Description
Randy Hudson
Fixed that within BorderLayout#calculatePreferredSize(IFigure, int, int), the preferred size of the container's border is respected as within the other layouts: prefSize.union(getBorderPreferredSize(figure)); Resolving as fixed in 3.10.0M1. |