GNOME Bugzilla – Bug 120912
Attempting to edit pre-defined gradients
Last modified: 2004-12-22 21:47:04 UTC
This report describes a bug in the logic for settng FG to * in the pre-defined gradients. The result is a completely transparent gradient. To reproduce: 1) in Gradient selection dialog, Double Click on FG to Transparent - edit dialog opens 2) click on the transparent part of the gradient 3) the entire gradient is now transparent. There's no obvious way to change it back. If you go to the color selection for FG now, and push the current FG onto the list, it is white with 1/2 fully transparent. So it looks like we're managing to change the active color to have a transparent compoenent, which I don't think is really our aim here. Seth
Yup, looks like a bug in GimpContext. Will check in a fix soon.
2003-08-28 Sven Neumann <sven@gimp.org> * app/core/gimpcontext.c (gimp_context_real_set_foreground) (gimp_context_real_set_background): keep the context colors always opaque. Fixes bug #120912.