summaryrefslogtreecommitdiffstats
path: root/src/ui/tool/path-manipulator.h
diff options
context:
space:
mode:
authorLiam P. White <inkscapebrony@gmail.com>2014-08-08 20:20:44 +0000
committerLiam P. White <inkscapebrony@gmail.com>2014-08-08 20:20:44 +0000
commite9f9ba07739cdb52c649e8e10dca9de76c71114d (patch)
treea24de5816184ce8a772736b8af0ccc1dca66024f /src/ui/tool/path-manipulator.h
parentSmall tweak to bbox calculation (diff)
downloadinkscape-e9f9ba07739cdb52c649e8e10dca9de76c71114d.tar.gz
inkscape-e9f9ba07739cdb52c649e8e10dca9de76c71114d.zip
Massive performance improvment for basic node operations with thousands of nodes
(bzr r13341.1.124)
Diffstat (limited to 'src/ui/tool/path-manipulator.h')
-rw-r--r--src/ui/tool/path-manipulator.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/ui/tool/path-manipulator.h b/src/ui/tool/path-manipulator.h
index 151805c83..4d2bf4300 100644
--- a/src/ui/tool/path-manipulator.h
+++ b/src/ui/tool/path-manipulator.h
@@ -122,7 +122,8 @@ private:
Glib::ustring _nodetypesKey();
Inkscape::XML::Node *_getXMLNode();
- void _selectionChanged(SelectableControlPoint *p, bool selected);
+ void _selectionChangedM(std::vector<SelectableControlPoint *> pvec, bool selected);
+ void _selectionChanged(SelectableControlPoint * p, bool selected);
bool _nodeClicked(Node *, GdkEventButton *);
void _handleGrabbed();
bool _handleClicked(Handle *, GdkEventButton *);