Thomas Singer
Thomas Singer
Please try this snippet and specify an image path as first program argument. ```java import java.io.*; import java.nio.file.*; import org.eclipse.swt.*; import org.eclipse.swt.graphics.*; import org.eclipse.swt.widgets.*; public class ScaledImageTest { public static...
IMHO it is no OS behavior, but an SWT default. The zoom on Linux was 100% (default) and on Windows 150%. I think, it makes sense to have the same...
On Linux the GC defaults to `Cairo.CAIRO_FILTER_GOOD`. Do we want to test every little detail on each platform, or do we want to avoid to have to do that? If...
It looks like this behavior is not fixed, but changes during runtime (an invalid image can turn into a correct one).
As this screenshot indicates, the icon is set (see hover), but does not show correctly in the status bar
@HeikoKlare Could this bug be resolved with your commit 28fdeb6d?
I was not able to reliably reproduce the problem. After having switched to SWT commit b8dd8041, I suggest to close this ticket for now and will reopen it if the...
Right now the Windows taskbar shows no icon while the shell's left top and the Alt-Tab popup does. Hence I reopen.  Is there anything I can debug to understand...
IIRC, I wrote that the problem is **not** reproducible reliably. Is there some assertion which can be added when setting the image to the shell?
It definitely is a regression. It must have been introduced between 1ced8a9c (good) and 3670670e (bad). Sorry, I don't have a smaller range.