SWT Icon disappears when "Always combine, hide labels" option is defined
Hi there,
In taskbar options, when I choose to "Always combine, hide labels", the icon of my app is changed to the default windows icon. I've already tried to set icons of different sizes (16*16, 32*32, 48*48) but the problem was not solved.
The way I'm setting the icon image is:
sShell.setImage(new Image(Display.getCurrent(), getClass().getResourceAsStream("/image.ico")));
After a deep search I couldn't find anyone with this problem.
Can anyone help me?
Thanks in advance