| Summary: | Ensure FXZoomOnPinchSpreadPolicy and FXZoomOnScrollPolicy provide similar zooming experience. | ||
|---|---|---|---|
| Product: | [Tools] GEF | Reporter: | Alexander Nyßen <nyssen> |
| Component: | GEF MVC | Assignee: | Matthias Wienand <matthias.wienand> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | CC: | matthias.wienand |
| Version: | unspecified | ||
| Target Milestone: | 3.10.0 (Mars) M7 | ||
| Hardware: | PC | ||
| OS: | Mac OS X | ||
| Whiteboard: | |||
|
Description
Alexander Nyßen
The zoom factor within the JavaFX zoom event that originates from an swt mouse event, seems to be computed by SWTEvents.getWheelRotation() and is platform specific. I increased the zoom velocity when zooming via the scroll wheel, so that it feels comparable to zooming via pinch and spread. The code is published on the master branch, therefore, I resolve this ticket as fixed for 3.10.0M7. |