Page 1 of 1

Tray icon: background-color black not possible

Posted: Tue Jun 01, 2010 2:23 pm
by ikarus1969
Hi Pavel,

a tiny bug in the color-dialog for the tray-icon:

it's not possible to choose "000000" (completely black) for the background - it switches to transparent.

(as a workaround one can choose "000001" and i bet nobody will notice ;) . but anyway it's a bug)

Re: Tray icon: background-color black not possible

Posted: Tue Jun 01, 2010 7:38 pm
by par
Nice point!
I have missed this little bug.

In case you are interested in the details: it slipped up because in C++ NULL an 0x000000 are equal, and I use NULL as transparent value. But I was expecting NULL and 0x000000 to be different values as it is in Java (as far as I remember).

Thanks for reporting, it is fixed already and you will see the change in the next build.