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 | |
| 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')
| -rw-r--r-- | src/live_effects/effect.cpp | 3 | ||||
| -rw-r--r-- | src/ui/tools/node-tool.cpp | 2 |
2 files changed, 4 insertions, 1 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; diff --git a/src/ui/tools/node-tool.cpp b/src/ui/tools/node-tool.cpp index 99c98476f..c266db05c 100644 --- a/src/ui/tools/node-tool.cpp +++ b/src/ui/tools/node-tool.cpp @@ -274,7 +274,7 @@ void NodeTool::setup() { } this->desktop->emitToolSubselectionChanged(NULL); // sets the coord entry fields to inactive - update_helperpath(); + this->update_helperpath(); } // show helper paths of the applied LPE, if any |
