From 8e8734dc15e614586f9b4963b69671ce16d5c137 Mon Sep 17 00:00:00 2001 From: "Johan B. C. Engelen" Date: Fri, 30 May 2008 20:36:13 +0000 Subject: LPE STACKING! (many thanks to the french students who made this.) (bzr r5766) --- src/selection-chemistry.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/selection-chemistry.cpp') diff --git a/src/selection-chemistry.cpp b/src/selection-chemistry.cpp index 0f8946441..9c826c949 100644 --- a/src/selection-chemistry.cpp +++ b/src/selection-chemistry.cpp @@ -893,7 +893,7 @@ void sp_selection_paste_livepatheffect() void sp_selection_remove_livepatheffect_impl(SPItem *item) { if ( item && SP_IS_LPE_ITEM(item) ) { - sp_lpe_item_remove_path_effect(SP_LPE_ITEM(item), false); + sp_lpe_item_remove_all_path_effects(SP_LPE_ITEM(item), false); } } -- cgit v1.2.3