From 1a1cca647b70d2f38b1d68a3d9007c2f85dd192a Mon Sep 17 00:00:00 2001 From: dooglus Date: Fri, 14 Sep 2007 01:33:11 +0000 Subject: [PATCH] Fix 1794006: when removing a CPoint, signal that the gradient changed, so things can be redrawn. git-svn-id: http://svn.voria.com/code@668 1f10aa63-cdf2-0310-b900-c93c546f37ac --- synfig-studio/trunk/src/gtkmm/widget_gradient.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/synfig-studio/trunk/src/gtkmm/widget_gradient.cpp b/synfig-studio/trunk/src/gtkmm/widget_gradient.cpp index e3235ec..20c6aa6 100644 --- a/synfig-studio/trunk/src/gtkmm/widget_gradient.cpp +++ b/synfig-studio/trunk/src/gtkmm/widget_gradient.cpp @@ -203,6 +203,7 @@ void Widget_Gradient::remove_cpoint(float x) { gradient_.erase(gradient_.proximity(x)); + signal_value_changed_(); queue_draw(); } -- 2.7.4