[Xfce-bugs] [Bug 16380] Desktop:Settings:Background with transparent color removes previous image
bugzilla-daemon at xfce.org
bugzilla-daemon at xfce.org
Thu Jan 16 20:54:14 CET 2020
https://bugzilla.xfce.org/show_bug.cgi?id=16380
Theo Linkspfeifer <lastonestanding at tutanota.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |lastonestanding at tutanota.co
| |m
--- Comment #1 from Theo Linkspfeifer <lastonestanding at tutanota.com> ---
https://git.xfce.org/xfce/xfdesktop/commit/src/xfce-backdrop.c?id=caaaddf07bc3235462572cb408ce3bb607f5b880
- GdkColor c = { 0, 0xffff, 0xffff, 0xffff };
- final_image = create_solid(&c, w, h, TRUE, 0x00);
+ GdkRGBA c = { 1.0f, 1.0f, 1.0f, 1.0f };
+ final_image = create_solid(&c, w, h);
The alpha value was changed from 0.0 to 1.0, maybe by mistake.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the Xfce-bugs
mailing list