Commit 18d4990
[Win32] Remove unnecessary special case for Cursor image data retrieval
A special case for retrieving image data for a cursor directly from the
ImageDataProvider when requesting at 100% was unnecessarily added and
not removed during a refactoring as it was late in the development cycle
and no regression risk wanted to be taken. This now cleans up the
according code and makes the image data always be retrieved from an
image instance instead of the ImageDataProvider directly.1 parent 6cca260 commit 18d4990
File tree
1 file changed
+3
-8
lines changed- bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/graphics
1 file changed
+3
-8
lines changedLines changed: 3 additions & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
627 | 627 | | |
628 | 628 | | |
629 | 629 | | |
630 | | - | |
631 | | - | |
632 | | - | |
633 | | - | |
634 | | - | |
635 | | - | |
636 | | - | |
637 | | - | |
| 630 | + | |
| 631 | + | |
| 632 | + | |
638 | 633 | | |
639 | 634 | | |
640 | 635 | | |
| |||
0 commit comments