diff options
| author | Jabier Arraiza Cenoz <jabier.arraiza@marker.es> | 2015-08-05 20:08:24 +0000 |
|---|---|---|
| committer | Jabiertxof <jtx@jtx.marker.es> | 2015-08-05 20:08:24 +0000 |
| commit | 7a19998853ca88c2ff03bcf7e0cbb049b693c106 (patch) | |
| tree | c13350f4dcade109de126fde87151e2978910c79 /src/live_effects/lpe-bendpath.h | |
| parent | Added point parameter (diff) | |
| download | inkscape-7a19998853ca88c2ff03bcf7e0cbb049b693c106.tar.gz inkscape-7a19998853ca88c2ff03bcf7e0cbb049b693c106.zip | |
Fix bug on apply effect from pen/pencil toolbar
(bzr r14272.1.2)
Diffstat (limited to 'src/live_effects/lpe-bendpath.h')
| -rw-r--r-- | src/live_effects/lpe-bendpath.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/live_effects/lpe-bendpath.h b/src/live_effects/lpe-bendpath.h index 6394ce07e..cb9ced570 100644 --- a/src/live_effects/lpe-bendpath.h +++ b/src/live_effects/lpe-bendpath.h @@ -43,15 +43,15 @@ public: void addCanvasIndicators(SPLPEItem const */*lpeitem*/, std::vector<Geom::PathVector> &hp_vec); -private: PathParam bend_path; +private: ScalarParam prop_scale; + PointParam width; BoolParam scale_y_rel; BoolParam vertical_pattern; - PointParam width; double height; double original_height; - double prop_scale_previous; + double prop_scale_from_widget; Geom::Piecewise<Geom::D2<Geom::SBasis> > uskeleton; Geom::Piecewise<Geom::D2<Geom::SBasis> > n; |
