diff options
| author | Jabiertxo Arraiza Cenoz <jtx@jtx.markerlab.es> | 2018-04-24 13:35:45 +0000 |
|---|---|---|
| committer | Jabiertxo Arraiza Cenoz <jtx@jtx.markerlab.es> | 2018-04-24 21:00:35 +0000 |
| commit | c27feb0c16646737b1b60dec14f962cd69a6ba1c (patch) | |
| tree | fda42f58e654fadaf30896c2b8e29e66d45ba90b /src | |
| parent | Forcing Win CI (diff) | |
| download | inkscape-c27feb0c16646737b1b60dec14f962cd69a6ba1c.tar.gz inkscape-c27feb0c16646737b1b60dec14f962cd69a6ba1c.zip | |
fix bug on compile
Diffstat (limited to 'src')
| -rw-r--r-- | src/live_effects/lpe-clone-original.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/live_effects/lpe-clone-original.cpp b/src/live_effects/lpe-clone-original.cpp index 74bcf7d35..f384c8bec 100644 --- a/src/live_effects/lpe-clone-original.cpp +++ b/src/live_effects/lpe-clone-original.cpp @@ -150,7 +150,6 @@ LPECloneOriginal::cloneAttrbutes(SPObject *origin, SPObject *dest, const gchar * } if (c) { Geom::PathVector c_pv = c->get_pathvector(); - if (method != CLM_NONE) { c->set_pathvector(c_pv); shape_dest->setCurveInsync(c); gchar *str = sp_svg_write_path(c_pv); |
