Commit 8d5bed2
committed
[Win32] Apply accessibility setting to ImageDataProvider-based cursor
Cursors are scaled according to the accessibility settings of Windows.
However, this setting is only applied to Cursor instances based on image
data but not on those that are instantiated via an ImageDataProvider.
This change also applies the scale factor in the latter case.1 parent a0d6ffc commit 8d5bed2
File tree
1 file changed
+3
-2
lines changed- bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/graphics
1 file changed
+3
-2
lines changedLines changed: 3 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
628 | 628 | | |
629 | 629 | | |
630 | 630 | | |
| 631 | + | |
631 | 632 | | |
632 | | - | |
| 633 | + | |
633 | 634 | | |
634 | 635 | | |
635 | | - | |
| 636 | + | |
636 | 637 | | |
637 | 638 | | |
638 | 639 | | |
| |||
0 commit comments