diff options
| author | Jabier Arraiza Cenoz <jabier.arraiza@marker.es> | 2015-03-11 08:09:28 +0000 |
|---|---|---|
| committer | Jabiertxof <jtx@jtx.marker.es> | 2015-03-11 08:09:28 +0000 |
| commit | 5639c270b1b4c509ada273d79dda1d0a60fea1ed (patch) | |
| tree | 72ca71866afe37891cc0de2f189cb2d2bf4a004d /src/live_effects/effect.cpp | |
| parent | Final cleanup to point parameter, lattice2 and perspective envelope. Also add... (diff) | |
| download | inkscape-5639c270b1b4c509ada273d79dda1d0a60fea1ed.tar.gz inkscape-5639c270b1b4c509ada273d79dda1d0a60fea1ed.zip | |
Inicialite variables to prevent crashes
(bzr r13990)
Diffstat (limited to 'src/live_effects/effect.cpp')
| -rw-r--r-- | src/live_effects/effect.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/live_effects/effect.cpp b/src/live_effects/effect.cpp index aab64fe64..bddbd315a 100644 --- a/src/live_effects/effect.cpp +++ b/src/live_effects/effect.cpp @@ -363,6 +363,10 @@ Effect::Effect(LivePathEffectObject *lpeobject) show_orig_path(false), lpeobj(lpeobject), concatenate_before_pwd2(false), + sp_lpe_item(NULL), + defaultUnit("px"), + current_zoom(1), + sp_curve(NULL), provides_own_flash_paths(true), // is automatically set to false if providesOwnFlashPaths() is not overridden is_ready(false) // is automatically set to false if providesOwnFlashPaths() is not overridden { |
