diff options
| author | Marc Jeanmougin <marc@jeanmougin.fr> | 2016-10-08 16:05:13 +0000 |
|---|---|---|
| committer | Marc Jeanmougin <marcjeanmougin@free.fr> | 2016-10-08 16:05:13 +0000 |
| commit | 6092d5422b03608db00f18e6ad8c87465b5dc3e8 (patch) | |
| tree | 2ae791c03acda4ca0bf1cc2fb309a94c39cbd058 /src/sp-lpe-item.cpp | |
| parent | [Bug #770681] KEY MAPPING: Comma and period hijacked by scaling. (diff) | |
| parent | Made the style-utils.h license dual-with-GPLv2+. (diff) | |
| download | inkscape-6092d5422b03608db00f18e6ad8c87465b5dc3e8.tar.gz inkscape-6092d5422b03608db00f18e6ad8c87465b5dc3e8.zip | |
merge trunk-refactoring
(bzr r15156)
Diffstat (limited to 'src/sp-lpe-item.cpp')
| -rw-r--r-- | src/sp-lpe-item.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/sp-lpe-item.cpp b/src/sp-lpe-item.cpp index 936594679..c4247bd5a 100644 --- a/src/sp-lpe-item.cpp +++ b/src/sp-lpe-item.cpp @@ -479,7 +479,7 @@ void SPLPEItem::addPathEffect(LivePathEffectObject * new_lpeobj) } /** - * If keep_path == true, the item should not be updated, effectively 'flattening' the LPE. + * If keep_path is true, the item should not be updated, effectively 'flattening' the LPE. */ void SPLPEItem::removeCurrentPathEffect(bool keep_paths) { @@ -489,7 +489,7 @@ void SPLPEItem::removeCurrentPathEffect(bool keep_paths) if (Inkscape::LivePathEffect::Effect* effect_ = this->getCurrentLPE()) { effect_->doOnRemove(this); - } + } PathEffectList new_list = *this->path_effect_list; new_list.remove(lperef); //current lpe ref is always our 'own' pointer from the path_effect_list this->getRepr()->setAttribute("inkscape:path-effect", patheffectlist_svg_string(new_list)); @@ -505,7 +505,7 @@ void SPLPEItem::removeCurrentPathEffect(bool keep_paths) } /** - * If keep_path == true, the item should not be updated, effectively 'flattening' the LPE. + * If keep_path is true, the item should not be updated, effectively 'flattening' the LPE. */ void SPLPEItem::removeAllPathEffects(bool keep_paths) { |
