From: dooglus Date: Tue, 20 Mar 2007 00:15:49 +0000 (+0000) Subject: Allow the hex text area to be used to edit the colour of existing layers. X-Git-Url: https://git.pterodactylus.net/?a=commitdiff_plain;h=4f5692dfae20bcf73a2229c98abd13485173c2e0;p=synfig.git Allow the hex text area to be used to edit the colour of existing layers. git-svn-id: http://svn.voria.com/code@360 1f10aa63-cdf2-0310-b900-c93c546f37ac --- diff --git a/synfig-studio/trunk/src/gtkmm/widget_coloredit.cpp b/synfig-studio/trunk/src/gtkmm/widget_coloredit.cpp index b2d28a4..5d19976 100644 --- a/synfig-studio/trunk/src/gtkmm/widget_coloredit.cpp +++ b/synfig-studio/trunk/src/gtkmm/widget_coloredit.cpp @@ -425,6 +425,7 @@ Widget_ColorEdit::on_hex_edited() String s = hex_color->get_text(); color.set_hex(s); set_value(color); + signal_value_changed_(); } void