diff options
| author | Johan B. C. Engelen <jbc.engelen@swissonline.ch> | 2008-02-20 08:58:35 +0000 |
|---|---|---|
| committer | johanengelen <johanengelen@users.sourceforge.net> | 2008-02-20 08:58:35 +0000 |
| commit | 8dcceaad4a012fba553f525718c6eab832378894 (patch) | |
| tree | 5165834abbbff3994152ef2a81f9d1e0a7d3895f /src/live_effects/parameter/path.cpp | |
| parent | yet another contextual split (diff) | |
| download | inkscape-8dcceaad4a012fba553f525718c6eab832378894.tar.gz inkscape-8dcceaad4a012fba553f525718c6eab832378894.zip | |
fix Bug #191909 crash on lpe stitch sub-paths, also fix crash for bend path lpe
(bzr r4789)
Diffstat (limited to 'src/live_effects/parameter/path.cpp')
| -rw-r--r-- | src/live_effects/parameter/path.cpp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/live_effects/parameter/path.cpp b/src/live_effects/parameter/path.cpp index 7d7679496..09b0ff5d4 100644 --- a/src/live_effects/parameter/path.cpp +++ b/src/live_effects/parameter/path.cpp @@ -58,6 +58,12 @@ PathParam::param_set_default() param_readSVGValue(defvalue); } +void +PathParam::param_set_and_write_default() +{ + param_write_to_repr(defvalue); +} + bool PathParam::param_readSVGValue(const gchar * strvalue) { |
