diff options
| author | Jabier Arraiza Cenoz <jabier.arraiza@marker.es> | 2015-03-10 23:57:47 +0000 |
|---|---|---|
| committer | Jabiertxof <jtx@jtx.marker.es> | 2015-03-10 23:57:47 +0000 |
| commit | 7240de5809d66a6f14e578d37396bfaa97ee8f08 (patch) | |
| tree | 9de68b3965db4f4741275ab64892db58c7e60b98 /src/live_effects/lpe-perspective-envelope.cpp | |
| parent | Fix a bug whith previous commit (diff) | |
| download | inkscape-7240de5809d66a6f14e578d37396bfaa97ee8f08.tar.gz inkscape-7240de5809d66a6f14e578d37396bfaa97ee8f08.zip | |
Final cleanup to point parameter, lattice2 and perspective envelope. Also added to lattice 2 a symmetry options
(bzr r13989)
Diffstat (limited to 'src/live_effects/lpe-perspective-envelope.cpp')
| -rw-r--r-- | src/live_effects/lpe-perspective-envelope.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/live_effects/lpe-perspective-envelope.cpp b/src/live_effects/lpe-perspective-envelope.cpp index 74c870498..77d487c2a 100644 --- a/src/live_effects/lpe-perspective-envelope.cpp +++ b/src/live_effects/lpe-perspective-envelope.cpp @@ -334,6 +334,7 @@ LPEPerspectiveEnvelope::resetGrid() Up_Right_Point.param_set_and_write_default(); Down_Right_Point.param_set_and_write_default(); Down_Left_Point.param_set_and_write_default(); + sp_lpe_item_update_patheffect(sp_lpe_item, false, false); } void |
