After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 120912 - Attempting to edit pre-defined gradients
Attempting to edit pre-defined gradients
Status: RESOLVED FIXED
Product: GIMP
Classification: Other
Component: User Interface
git master
Other Linux
: Normal normal
: ---
Assigned To: GIMP Bugs
GIMP Bugs
Depends on:
Blocks:
 
 
Reported: 2003-08-28 13:26 UTC by Seth Burgess
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Seth Burgess 2003-08-28 13:26:06 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
Comment 1 Sven Neumann 2003-08-28 16:35:22 UTC
Yup, looks like a bug in GimpContext. Will check in a fix soon.
Comment 2 Sven Neumann 2003-08-28 16:39:03 UTC
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.