Image gets slightly erased on SWT/Windows
- by zvikico
I have an Eclipse plugin which includes a view. The view has several icons in the toolbar. I'm experiencing a very strange problem: on Windows, in some occasions (after prolonged use), one of the icons gets slightly erased. This does not happen on other platforms.
This looks like a memory leak or some other resource misuse, but I just can't figure out where. The rest of the icons, which are initialized and used in the exact same manner are not affected.
I tried working with Sleak, but I really don't see anything out of the ordinary.
Any help would be appreciated.