diff options
| author | Liam P. White <inkscapebrony@gmail.com> | 2014-08-08 20:20:44 +0000 |
|---|---|---|
| committer | Liam P. White <inkscapebrony@gmail.com> | 2014-08-08 20:20:44 +0000 |
| commit | e9f9ba07739cdb52c649e8e10dca9de76c71114d (patch) | |
| tree | a24de5816184ce8a772736b8af0ccc1dca66024f /src/ui/tool/selectable-control-point.h | |
| parent | Small tweak to bbox calculation (diff) | |
| download | inkscape-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/selectable-control-point.h')
| -rw-r--r-- | src/ui/tool/selectable-control-point.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ui/tool/selectable-control-point.h b/src/ui/tool/selectable-control-point.h index 8acfc1168..362d4addc 100644 --- a/src/ui/tool/selectable-control-point.h +++ b/src/ui/tool/selectable-control-point.h @@ -28,6 +28,7 @@ public: virtual Geom::Rect bounds() const { return Geom::Rect(position(), position()); } + friend class NodeList; protected: |
