Commit 4ee25eb
Fix Cursor hotspot coordinate calculation
While retrieving the handle for the cursor for specific zoom, currently
we scale up the cursor source image but not the hotspot coordinates.
This commit ensures we have per-zoom coordinates for the cursor.1 parent 13934ee commit 4ee25eb
File tree
1 file changed
+2
-2
lines changed- bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/graphics
1 file changed
+2
-2
lines changedLines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
429 | 429 | | |
430 | 430 | | |
431 | 431 | | |
432 | | - | |
| 432 | + | |
433 | 433 | | |
434 | 434 | | |
435 | 435 | | |
436 | | - | |
| 436 | + | |
437 | 437 | | |
438 | 438 | | |
439 | 439 | | |
| |||
0 commit comments