summaryrefslogtreecommitdiffstats
path: root/src/live_effects/lpe-curvestitch.h
diff options
context:
space:
mode:
authorJohan B. C. Engelen <jbc.engelen@swissonline.ch>2007-09-14 22:50:14 +0000
committerjohanengelen <johanengelen@users.sourceforge.net>2007-09-14 22:50:14 +0000
commit02fd63b2bced87a592e98848e7fd922e8966151f (patch)
tree4785cfdaa358a1953bec3bfb678fa007cbf6f590 /src/live_effects/lpe-curvestitch.h
parentClean up code a bit. (diff)
downloadinkscape-02fd63b2bced87a592e98848e7fd922e8966151f.tar.gz
inkscape-02fd63b2bced87a592e98848e7fd922e8966151f.zip
change Y-scaling for curve stiching and path-along-path. add warning message when path effect errors due to 2geom exception.
(bzr r3748)
Diffstat (limited to 'src/live_effects/lpe-curvestitch.h')
-rw-r--r--src/live_effects/lpe-curvestitch.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/live_effects/lpe-curvestitch.h b/src/live_effects/lpe-curvestitch.h
index 66bbbc8f0..25ddb7719 100644
--- a/src/live_effects/lpe-curvestitch.h
+++ b/src/live_effects/lpe-curvestitch.h
@@ -36,7 +36,7 @@ private:
RandomParam startpoint_variation;
RandomParam endpoint_variation;
ScalarParam prop_scale;
- BoolParam scale_y;
+ BoolParam scale_y_rel;
LPECurveStitch(const LPECurveStitch&);
LPECurveStitch& operator=(const LPECurveStitch&);