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:
Simon Budig 2004-08-07 18:53:32 +00:00 committed by Simon Budig
parent d1d7cb4c0d
commit 084f814e1b
2 changed files with 7 additions and 0 deletions

View File

@ -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

View File

@ -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);
}