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 169882 - hue and saturation are set to zero when dragging value slider to zero
hue and saturation are set to zero when dragging value slider to zero
Status: RESOLVED FIXED
Product: GIMP
Classification: Other
Component: General
2.2.x
Other All
: Normal minor
: 2.2
Assigned To: GIMP Bugs
GIMP Bugs
Depends on:
Blocks:
 
 
Reported: 2005-03-10 21:44 UTC by Bas Kok
Modified: 2008-01-15 12:49 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Bas Kok 2005-03-10 21:44:56 UTC
it would be nice if the hue and saturation wouldnt jump to zero when the value
slider is dragged to zero. this way i can "lose" the color that i was currently
editing

Other information:
this can be reproduced by going to the "Change Foreground Color" window.
selecting some color and dragging the value slider to 0. now the information
about the hue and saturation is also zeroed.
Comment 1 weskaggs 2005-03-20 23:22:05 UTC
The usual story, updating a value without disabling its callback, producing an
unwanted "color-changed" signal.  Fixed in both branches.

2005-03-20  Bill Skaggs  <weskaggs@primate.ucdavis.edu>

	* libgimpwidgets/gimpcolorscales.c (gimp_color_scales_update_scales):
	Block callback when updating hex entry, fixes bug #169882.