| Summary: | Inject support objects (making the support classes adaptable-bound to the viewer where needed) | ||
|---|---|---|---|
| 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 | CC: | nyssen |
| Version: | 1.0.0 | ||
| Target Milestone: | 5.0.0 (Oxygen) RC1 | ||
| Hardware: | All | ||
| OS: | All | ||
| Whiteboard: | |||
|
Description
Matthias Wienand
I ensured that all support classes are injected into the viewer, from which they are queried by the dependent handlers. The CursorSupport and SnapToSupport need access to the viewer, therefore, they implement IAdaptable.Bound<IViewer>. The code is published on the master branch, therefore, I resolve this ticket as fixed for 5.0.0 RC1. |