Allow the hex text area to be used to edit the colour of existing layers.
[synfig.git] / 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