diff options
| author | Jabier Arraiza Cenoz <jabier.arraiza@marker.es> | 2015-08-05 19:25:52 +0000 |
|---|---|---|
| committer | Jabiertxof <jtx@jtx.marker.es> | 2015-08-05 19:25:52 +0000 |
| commit | ea883fa7a8b207aea8a86fb41084da03ee2ef827 (patch) | |
| tree | 93ea3854687e71820f8e606ea20ca50d7446cccf /src/live_effects | |
| parent | extensions. guides_creator.py. express guides in document-units. (diff) | |
| download | inkscape-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.h | 3 |
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; |
