summaryrefslogtreecommitdiffstats
path: root/src/live_effects
diff options
context:
space:
mode:
authorJabier Arraiza Cenoz <jabier.arraiza@marker.es>2015-08-05 19:25:52 +0000
committerJabiertxof <jtx@jtx.marker.es>2015-08-05 19:25:52 +0000
commitea883fa7a8b207aea8a86fb41084da03ee2ef827 (patch)
tree93ea3854687e71820f8e606ea20ca50d7446cccf /src/live_effects
parentextensions. guides_creator.py. express guides in document-units. (diff)
downloadinkscape-ea883fa7a8b207aea8a86fb41084da03ee2ef827.tar.gz
inkscape-ea883fa7a8b207aea8a86fb41084da03ee2ef827.zip
Fix some transform problems in Bend path.
Also refactor a bit the file to simplify it (bzr r14276)
Diffstat (limited to 'src/live_effects')
-rw-r--r--src/live_effects/lpe-bendpath.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/live_effects/lpe-bendpath.h b/src/live_effects/lpe-bendpath.h
index 16b8c6137..0871d532e 100644
--- a/src/live_effects/lpe-bendpath.h
+++ b/src/live_effects/lpe-bendpath.h
@@ -39,9 +39,8 @@ public:
virtual void resetDefaults(SPItem const* item);
-
-private:
PathParam bend_path;
+private:
ScalarParam prop_scale;
BoolParam scale_y_rel;
BoolParam vertical_pattern;