GNOME Bugzilla – Bug 169882
hue and saturation are set to zero when dragging value slider to zero
Last modified: 2008-01-15 12:49:45 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.
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.