-
Notifications
You must be signed in to change notification settings - Fork 182
Closed
Labels
Linux/GTKHappens on LinuxHappens on LinuxbugSomething isn't workingSomething isn't workingfix verifiedThe implemented fix has been verified with an I-buildThe implemented fix has been verified with an I-build
Milestone
Description
For some time now (13 years) this has not worked on Linux 64-bit:
https://bugs.eclipse.org/bugs/show_bug.cgi?id=283960
While investigating #143 (and using the test snippet there) I took a look at org.eclipse.swt.dnd.ImageTransfer
and line 117:
transferData.format = 32;
I simply changed the value to 16 and, voila, it works.
Could this be a simple fix?
Metadata
Metadata
Assignees
Labels
Linux/GTKHappens on LinuxHappens on LinuxbugSomething isn't workingSomething isn't workingfix verifiedThe implemented fix has been verified with an I-buildThe implemented fix has been verified with an I-build