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/ui/tools/node-tool.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/ui/tools/node-tool.cpp')
| -rw-r--r-- | src/ui/tools/node-tool.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
