You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Migrate to new DND cursors and raise minimum requirement to 2024-09
From: eclipse-platform/eclipse.platform.ui#3047 (comment)
> The issue is rooted in the SVG image rasterization. When the
> rasterization result is converted into SWT image data, that image data
> is created with a 32bit data palette. This leads to a difference in
> the image data used for the cursors, as they originally contained 24
> bit data (not having an alpha channel).
With the 2024-09, those constants have been deprecated and replaced with
equivalent cursors that don't require a mask.
0 commit comments