Image gets slightly erased on SWT/Windows
Posted
by zvikico
on Stack Overflow
See other posts from Stack Overflow
or by zvikico
Published on 2010-04-28T15:59:16Z
Indexed on
2010/04/28
16:03 UTC
Read the original article
Hit count: 213
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.
© Stack Overflow or respective owner