mirror of https://github.com/GNOME/gimp.git
emit the COLOR_CHANGED signal when the hex entry is changed.
2004-08-07 Simon Budig <simon@gimp.org> * libgimpwidgets/gimpcolorscales.c: emit the COLOR_CHANGED signal when the hex entry is changed.
This commit is contained in:
parent
d1d7cb4c0d
commit
084f814e1b
|
@ -1,3 +1,8 @@
|
|||
2004-08-07 Simon Budig <simon@gimp.org>
|
||||
|
||||
* libgimpwidgets/gimpcolorscales.c: emit the COLOR_CHANGED signal
|
||||
when the hex entry is changed.
|
||||
|
||||
2004-08-07 Sven Neumann <sven@gimp.org>
|
||||
|
||||
* app/sanity.c: abort if the configured filename encoding can't be
|
||||
|
|
|
@ -468,4 +468,6 @@ gimp_color_scales_entry_changed (GimpColorHexEntry *entry,
|
|||
|
||||
gimp_rgb_to_hsv (&selector->rgb, &selector->hsv);
|
||||
gimp_color_scales_update_scales (scales, -1);
|
||||
|
||||
gimp_color_selector_color_changed (selector);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue