| Summary: | setFont NullPointerException | ||
|---|---|---|---|
| Product: | [Tools] GEF | Reporter: | Oliver Baumgarten <Baumgarten> |
| Component: | GEF-Legacy Draw2d | Assignee: | Alexander Nyßen <nyssen> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | CC: | heiko.boettger, nyssen |
| Version: | 3.9.1 | ||
| Target Milestone: | 3.9.100 (Luna) M7 | ||
| Hardware: | PC | ||
| OS: | Windows 7 | ||
| Whiteboard: | |||
|
Description
Oliver Baumgarten
Changed the initial check in setFont() to the following: if (appliedFont == f || (f != null && f.equals(appliedFont))) return Changes pushed to origin/master, will be available in 3.9.2 M7 (Luna). *** Bug 308964 has been marked as a duplicate of this bug. *** Update milestone to reflect that Luna M7 was changed to be 3.9.100 instead of 3.9.2. |