| Summary: | [FX.UI] Adapt the SWT Cursor to the JavaFX Cursor. | ||
|---|---|---|---|
| Product: | [Tools] GEF | Reporter: | Matthias Wienand <matthias.wienand> |
| Component: | GEF FX | Assignee: | gef-inbox <gef-inbox> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | ||
| Version: | unspecified | ||
| Target Milestone: | 3.10.0 (Mars) M5 | ||
| Hardware: | All | ||
| OS: | All | ||
| Whiteboard: | |||
|
Description
Matthias Wienand
I implemented the conversion from JavaFX Cursor to SWT Cursor within FXCanvasEx and ensured that the cursor is not overwritten by subsequent SWT #setCursor() calls. Many JavaFX standard cursors have an SWT equivalent. The rest have to be replaced with an image version in the future for a complete integration. The code is published on the master branch. Therefore, I resolve this ticket as fixed for 3.10.0M5. |