| Summary: | Logo example: NPE when creating curves using the "+" hover handle. | ||
|---|---|---|---|
| Product: | [Tools] GEF | Reporter: | Matthias Wienand <matthias.wienand> |
| Component: | GEF MVC | Assignee: | gef-inbox <gef-inbox> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | ||
| Version: | 0.2.0 | ||
| Target Milestone: | 4.0.0 (Neon) RC1 | ||
| Hardware: | All | ||
| OS: | All | ||
| Whiteboard: | |||
|
Description
Matthias Wienand
The NPE was thrown because the CreationPolicy<Node> could not be found when it was queried as an adapter within FXCreateCurveOnDragPolicy. I added missing type information to the binding definition so that it can now be found. The code is published on the master branch. Therefore, I resolve this ticket as fixed for 4.0.0 RC1. |