diff options
| author | Krzysztof Kosi??ski <tweenk.pl@gmail.com> | 2009-12-26 03:13:01 +0000 |
|---|---|---|
| committer | Krzysztof KosiĆski <tweenk.pl@gmail.com> | 2009-12-26 03:13:01 +0000 |
| commit | 1075267dd1ba150a82b7e1aad543fbf0a69a1c00 (patch) | |
| tree | cf7cf4a7cca2f27cb0b304769f92e63739290358 /src/ui/tool/curve-drag-point.cpp | |
| parent | Remove remnants of old node tool (diff) | |
| download | inkscape-1075267dd1ba150a82b7e1aad543fbf0a69a1c00.tar.gz inkscape-1075267dd1ba150a82b7e1aad543fbf0a69a1c00.zip | |
Implement selection spatial grow
(bzr r8846.2.7)
Diffstat (limited to 'src/ui/tool/curve-drag-point.cpp')
| -rw-r--r-- | src/ui/tool/curve-drag-point.cpp | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/ui/tool/curve-drag-point.cpp b/src/ui/tool/curve-drag-point.cpp index 889e245c6..182362259 100644 --- a/src/ui/tool/curve-drag-point.cpp +++ b/src/ui/tool/curve-drag-point.cpp @@ -36,8 +36,9 @@ namespace UI { bool CurveDragPoint::_drags_stroke = false; CurveDragPoint::CurveDragPoint(PathManipulator &pm) - : ControlPoint(pm._path_data.node_data.desktop, Geom::Point(), Gtk::ANCHOR_CENTER, - SP_CTRL_SHAPE_CIRCLE, 1.0, &invisible_cset, pm._path_data.dragpoint_group) + : ControlPoint(pm._multi_path_manipulator._path_data.node_data.desktop, Geom::Point(), + Gtk::ANCHOR_CENTER, SP_CTRL_SHAPE_CIRCLE, 1.0, &invisible_cset, + pm._multi_path_manipulator._path_data.dragpoint_group) , _pm(pm) { setVisible(false); |
