summaryrefslogtreecommitdiffstats
path: root/src/live_effects
diff options
context:
space:
mode:
authorJabier Arraiza Cenoz <jabier.arraiza@marker.es>2015-08-05 20:10:02 +0000
committerJabiertxof <jtx@jtx.marker.es>2015-08-05 20:10:02 +0000
commit8f5e0a07c0ed63f5b8e056c714ca2a8de6403a0b (patch)
treec624b8e4caf25247df25b87573b2e3f481b61eaa /src/live_effects
parentFix bug on apply effect from pen/pencil toolbar (diff)
parentFix some transform problems in Bend path. (diff)
downloadinkscape-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.h1
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;