summaryrefslogtreecommitdiffstats
path: root/src/live_effects/lpe-pathalongpath.h
diff options
context:
space:
mode:
authorJohan B. C. Engelen <jbc.engelen@swissonline.ch>2007-11-23 23:39:26 +0000
committerjohanengelen <johanengelen@users.sourceforge.net>2007-11-23 23:39:26 +0000
commit160f14d6527cbf8d057837b33a5cd46161c7f65e (patch)
tree74529d2dc440e3529dc85e20d53717b281a58174 /src/live_effects/lpe-pathalongpath.h
parentLPE add experimental width control to bend path! (diff)
downloadinkscape-160f14d6527cbf8d057837b33a5cd46161c7f65e.tar.gz
inkscape-160f14d6527cbf8d057837b33a5cd46161c7f65e.zip
LPEbendpath fix: save widthfactor parameter ofcourse doh!
(bzr r4131)
Diffstat (limited to '')
-rw-r--r--src/live_effects/lpe-pathalongpath.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/live_effects/lpe-pathalongpath.h b/src/live_effects/lpe-pathalongpath.h
index b75d5e227..915cad8b0 100644
--- a/src/live_effects/lpe-pathalongpath.h
+++ b/src/live_effects/lpe-pathalongpath.h
@@ -37,11 +37,11 @@ public:
private:
PathParam bend_path;
PathParam width_path;
+ ScalarParam width_path_range;
EnumParam<PAPCopyType> copytype;
ScalarParam prop_scale;
BoolParam scale_y_rel;
BoolParam vertical_pattern;
- double wfactor;
void on_pattern_pasted();