Code

fix bug when forking LPE stack
[inkscape.git] / src / sp-lpe-item.cpp
index 1bb500dd2beb7029f5c7a459543fa4c53c44cb06..740690887b872c2ad12b6eda08d7ef5f5041d756 100644 (file)
@@ -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)
 {