diff options
Diffstat (limited to 'src/live_effects/lpe-pathalongpath.h')
| -rw-r--r-- | src/live_effects/lpe-pathalongpath.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/live_effects/lpe-pathalongpath.h b/src/live_effects/lpe-pathalongpath.h index d404e0f67..b75d5e227 100644 --- a/src/live_effects/lpe-pathalongpath.h +++ b/src/live_effects/lpe-pathalongpath.h @@ -36,13 +36,12 @@ public: private:
PathParam bend_path;
+ PathParam width_path;
EnumParam<PAPCopyType> copytype;
ScalarParam prop_scale;
BoolParam scale_y_rel;
- ScalarParam spacing;
- ScalarParam normal_offset;
- ScalarParam tang_offset;
BoolParam vertical_pattern;
+ double wfactor;
void on_pattern_pasted();
|
