| Summary: | All interaction policies provided by MVC.FX should extend AbstractFXInteractionPolicy. | ||
|---|---|---|---|
| Product: | [Tools] GEF | Reporter: | Alexander Nyßen <nyssen> |
| Component: | GEF MVC | Assignee: | Alexander Nyßen <nyssen> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | ||
| Version: | 0.2.0 | ||
| Target Milestone: | 4.0.0 (Neon) RC2 | ||
| Hardware: | All | ||
| OS: | All | ||
| Whiteboard: | |||
|
Description
Alexander Nyßen
I pushed the following changes to origin/master: - Changed superclass of FXDeleteSelectedOnTypePolicy, FXPanOnTypePolicy, FXPanOrZoomOnScrollPolicy, and FXRotateSelectedOnRotatePolicy from AbstractInteractionPolicy to AbstractFXInteractionPolicy. Even while this is an API change, its should not have an effect on clients and is thus considered as being safe. Resolving as fixed in 4.0.0 RC2. |