diff options
Diffstat (limited to 'src/sp-shape.cpp')
| -rw-r--r-- | src/sp-shape.cpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/sp-shape.cpp b/src/sp-shape.cpp index d1f6d7886..e990fdf8e 100644 --- a/src/sp-shape.cpp +++ b/src/sp-shape.cpp @@ -1082,7 +1082,9 @@ sp_shape_get_curve (SPShape *shape) return NULL; } -/* NOT FOR GENERAL PUBLIC UNTIL SORTED OUT (Lauris) */ +/** + * Same as sp_shape_set_curve but without updating the display + */ void sp_shape_set_curve_insync (SPShape *shape, SPCurve *curve, unsigned int owner) { |
