diff options
| author | Johan B. C. Engelen <jbc.engelen@swissonline.ch> | 2012-01-17 18:54:58 +0000 |
|---|---|---|
| committer | Johan Engelen <goejendaagh@zonnet.nl> | 2012-01-17 18:54:58 +0000 |
| commit | 9987e96d0f03421344ad50447a877d57058e0df5 (patch) | |
| tree | 3da0d794c798977a50770ef8f914c17aa780b3b9 /src/path-chemistry.cpp | |
| parent | proper forward decl (diff) | |
| download | inkscape-9987e96d0f03421344ad50447a877d57058e0df5.tar.gz inkscape-9987e96d0f03421344ad50447a877d57058e0df5.zip | |
part 1 of SPPath cleanup for LPE... remove duplicated original_curve in SPPath (SPShape has curve_before_lpe)
(bzr r10895)
Diffstat (limited to 'src/path-chemistry.cpp')
| -rw-r--r-- | src/path-chemistry.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/path-chemistry.cpp b/src/path-chemistry.cpp index 11334c651..b2680acce 100644 --- a/src/path-chemistry.cpp +++ b/src/path-chemistry.cpp @@ -379,7 +379,7 @@ sp_item_list_to_curves(const GSList *items, GSList **selected, GSList **to_selec continue; } - if (SP_IS_PATH(item) && !SP_PATH(item)->original_curve) { + if (SP_IS_PATH(item) && !SP_SHAPE(item)->curve_before_lpe) { continue; // already a path, and no path effect } |
