[Rawstudio-commit] r1220 - trunk/src
Anders Brander
anders at brander.dk
Mon Apr 9 22:58:26 CEST 2007
Author: abrander
Date: 2007-04-09 22:58:26 +0200 (Mon, 09 Apr 2007)
New Revision: 1220
Modified:
trunk/src/rs-curve.c
Log:
Propagate change in rs_curve_widget_move_knot().
Modified: trunk/src/rs-curve.c
===================================================================
--- trunk/src/rs-curve.c 2007-04-09 20:51:26 UTC (rev 1219)
+++ trunk/src/rs-curve.c 2007-04-09 20:58:26 UTC (rev 1220)
@@ -201,6 +201,9 @@
/* Move the knot */
rs_spline_move(curve->spline, knot, x, y);
+ /* Propagate the change */
+ rs_curve_changed(curve);
+
/* Redraw everything */
rs_curve_draw(curve);
return;
More information about the Rawstudio-commit
mailing list