diff options
| author | Johan B. C. Engelen <jbc.engelen@swissonline.ch> | 2007-11-23 23:39:26 +0000 |
|---|---|---|
| committer | johanengelen <johanengelen@users.sourceforge.net> | 2007-11-23 23:39:26 +0000 |
| commit | 160f14d6527cbf8d057837b33a5cd46161c7f65e (patch) | |
| tree | 74529d2dc440e3529dc85e20d53717b281a58174 /src/live_effects/lpe-pathalongpath.h | |
| parent | LPE add experimental width control to bend path! (diff) | |
| download | inkscape-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.h | 2 |
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();
|
