Allow the hex text area to be used to edit the colour of existing layers.
authordooglus <dooglus@1f10aa63-cdf2-0310-b900-c93c546f37ac>
Tue, 20 Mar 2007 00:15:49 +0000 (00:15 +0000)
committerdooglus <dooglus@1f10aa63-cdf2-0310-b900-c93c546f37ac>
Tue, 20 Mar 2007 00:15:49 +0000 (00:15 +0000)
git-svn-id: http://svn.voria.com/code@360 1f10aa63-cdf2-0310-b900-c93c546f37ac

synfig-studio/trunk/src/gtkmm/widget_coloredit.cpp

index b2d28a4..5d19976 100644 (file)
@@ -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