diff options
| author | Jabier Arraiza Cenoz <jabier.arraiza@marker.es> | 2016-08-29 16:15:30 +0000 |
|---|---|---|
| committer | jabiertxof <info@marker.es> | 2016-08-29 16:15:30 +0000 |
| commit | 3a70c702b97414c4508c6871462d1fa4f1433ad7 (patch) | |
| tree | e99c982fc013306e97d20a4236de9b9d3dfd8653 /src/live_effects/effect.cpp | |
| parent | Fixes to helper paths. evaluate backport to 0.92.x (diff) | |
| download | inkscape-3a70c702b97414c4508c6871462d1fa4f1433ad7.tar.gz inkscape-3a70c702b97414c4508c6871462d1fa4f1433ad7.zip | |
Add comment and fix in helper paths
(bzr r15087)
Diffstat (limited to 'src/live_effects/effect.cpp')
| -rw-r--r-- | src/live_effects/effect.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/live_effects/effect.cpp b/src/live_effects/effect.cpp index 033eb8955..fd1b8e3ec 100644 --- a/src/live_effects/effect.cpp +++ b/src/live_effects/effect.cpp @@ -645,6 +645,9 @@ Effect::addCanvasIndicators(SPLPEItem const*/*lpeitem*/, std::vector<Geom::PathV { } +/** + * Call to a method on nodetool to update the helper path from the effect this methos also run "Effect::setSelectedNodePoints" method + */ void Effect::update_helperpath() { using namespace Inkscape::UI; |
