diff options
| author | Liam P. White <inkscapebrony@gmail.com> | 2014-08-08 20:21:47 +0000 |
|---|---|---|
| committer | Liam P. White <inkscapebrony@gmail.com> | 2014-08-08 20:21:47 +0000 |
| commit | 8efd3ec8b64beb8e86f77329d9f54a71eb8f660c (patch) | |
| tree | a3c95ff4ba10f8bcc74c1b4654da9bd7ea328e70 /src/ui/tools/node-tool.cpp | |
| parent | Ponyscape feature: finish pen drawing on context switch (diff) | |
| parent | Massive performance improvment for basic node operations with thousands of nodes (diff) | |
| download | inkscape-8efd3ec8b64beb8e86f77329d9f54a71eb8f660c.tar.gz inkscape-8efd3ec8b64beb8e86f77329d9f54a71eb8f660c.zip | |
Update to experimental r13465
(bzr r13090.1.102)
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 e675df871..975894586 100644 --- a/src/ui/tools/node-tool.cpp +++ b/src/ui/tools/node-tool.cpp @@ -245,7 +245,7 @@ void NodeTool::setup() { ) ); - this->_selected_nodes->signal_point_changed.connect( + this->_selected_nodes->signal_selection_changed.connect( // Hide both signal parameters and bind the function parameter to 0 // sigc::signal<void, SelectableControlPoint *, bool> // <=> |
