Fix 1794006: when removing a CPoint, signal that the gradient changed, so things...
authordooglus <dooglus@1f10aa63-cdf2-0310-b900-c93c546f37ac>
Fri, 14 Sep 2007 01:33:11 +0000 (01:33 +0000)
committerdooglus <dooglus@1f10aa63-cdf2-0310-b900-c93c546f37ac>
Fri, 14 Sep 2007 01:33:11 +0000 (01:33 +0000)
git-svn-id: http://svn.voria.com/code@668 1f10aa63-cdf2-0310-b900-c93c546f37ac

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

index e3235ec..20c6aa6 100644 (file)
@@ -203,6 +203,7 @@ void
 Widget_Gradient::remove_cpoint(float x)
 {
        gradient_.erase(gradient_.proximity(x));
+       signal_value_changed_();
        queue_draw();
 }