Tray icon: background-color black not possible

Have you found an error? Report here!
Post Reply
ikarus1969
Posts: 1645
Joined: Wed Nov 18, 2009 9:58 am
Location: Vienna, Austria

Tray icon: background-color black not possible

Post 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)
»Man is impressive. In a universe full of untold secrets he has invented boredom.«
User avatar
par
Posts: 8724
Joined: Mon Sep 21, 2009 11:56 am
Name: Pasha
Location: Saint-Petersburg, Russia
Contact:

Re: Tray icon: background-color black not possible

Post 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.
Get YoWindow weather app for your phone or tablet.

Image Image Image
Post Reply