Saving a document (I'm going to call them documents because I don't know what else...
[synfig.git] / synfig-studio / trunk / src / gtkmm / widget_gradient.cpp
index 945e791..20c6aa6 100644 (file)
@@ -119,7 +119,7 @@ Widget_Gradient::~Widget_Gradient()
 
 #define CONTROL_HEIGHT         16
 bool
-Widget_Gradient::redraw(GdkEventExpose*bleh)
+Widget_Gradient::redraw(GdkEventExpose */*bleh*/)
 {
        const int h(get_height());
        const int w(get_width());
@@ -203,6 +203,7 @@ void
 Widget_Gradient::remove_cpoint(float x)
 {
        gradient_.erase(gradient_.proximity(x));
+       signal_value_changed_();
        queue_draw();
 }