summaryrefslogtreecommitdiffstats
path: root/src/sp-lpe-item.cpp
diff options
context:
space:
mode:
authorJohan B. C. Engelen <jbc.engelen@swissonline.ch>2010-05-14 23:08:45 +0000
committerJohan Engelen <goejendaagh@zonnet.nl>2010-05-14 23:08:45 +0000
commitc2aa64ea2a2778e4b78b16962281d0e0659de249 (patch)
tree6198723fe348d72980a7538bac4dab4526ea0bf2 /src/sp-lpe-item.cpp
parentTranslations. Belarusian tutorials update. (diff)
downloadinkscape-c2aa64ea2a2778e4b78b16962281d0e0659de249.tar.gz
inkscape-c2aa64ea2a2778e4b78b16962281d0e0659de249.zip
fix bug when forking LPE stack
Fixed bugs: - https://launchpad.net/bugs/578969 - https://launchpad.net/bugs/505400 (bzr r9419)
Diffstat (limited to 'src/sp-lpe-item.cpp')
-rw-r--r--src/sp-lpe-item.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/sp-lpe-item.cpp b/src/sp-lpe-item.cpp
index 1bb500dd2..740690887 100644
--- a/src/sp-lpe-item.cpp
+++ b/src/sp-lpe-item.cpp
@@ -772,6 +772,9 @@ bool sp_lpe_item_set_current_path_effect(SPLPEItem *lpeitem, Inkscape::LivePathE
return false;
}
+/**
+ * Note that this method messes up the item's \c PathEffectList.
+ */
void sp_lpe_item_replace_path_effect(SPLPEItem *lpeitem, LivePathEffectObject * old_lpeobj,
LivePathEffectObject * new_lpeobj)
{