diff options
| author | Johan B. C. Engelen <jbc.engelen@swissonline.ch> | 2007-09-14 22:50:14 +0000 |
|---|---|---|
| committer | johanengelen <johanengelen@users.sourceforge.net> | 2007-09-14 22:50:14 +0000 |
| commit | 02fd63b2bced87a592e98848e7fd922e8966151f (patch) | |
| tree | 4785cfdaa358a1953bec3bfb678fa007cbf6f590 /src/live_effects/lpe-curvestitch.h | |
| parent | Clean up code a bit. (diff) | |
| download | inkscape-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.h | 2 |
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&);
|
