diff options
| author | Jabier Arraiza Cenoz <jabier.arraiza@marker.es> | 2015-08-05 20:10:02 +0000 |
|---|---|---|
| committer | Jabiertxof <jtx@jtx.marker.es> | 2015-08-05 20:10:02 +0000 |
| commit | 8f5e0a07c0ed63f5b8e056c714ca2a8de6403a0b (patch) | |
| tree | c624b8e4caf25247df25b87573b2e3f481b61eaa /src/live_effects | |
| parent | Fix bug on apply effect from pen/pencil toolbar (diff) | |
| parent | Fix some transform problems in Bend path. (diff) | |
| download | inkscape-8f5e0a07c0ed63f5b8e056c714ca2a8de6403a0b.tar.gz inkscape-8f5e0a07c0ed63f5b8e056c714ca2a8de6403a0b.zip | |
update to trunk
(bzr r14272.1.3)
Diffstat (limited to 'src/live_effects')
| -rw-r--r-- | src/live_effects/lpe-bendpath.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/live_effects/lpe-bendpath.h b/src/live_effects/lpe-bendpath.h index cb9ced570..a59d2322a 100644 --- a/src/live_effects/lpe-bendpath.h +++ b/src/live_effects/lpe-bendpath.h @@ -44,6 +44,7 @@ public: void addCanvasIndicators(SPLPEItem const */*lpeitem*/, std::vector<Geom::PathVector> &hp_vec); PathParam bend_path; + private: ScalarParam prop_scale; PointParam width; |
