diff options
| author | Tavmjong Bah <tavmjong@free.fr> | 2016-11-23 09:23:22 +0000 |
|---|---|---|
| committer | tavmjong-free <tavmjong@free.fr> | 2016-11-23 09:23:22 +0000 |
| commit | c4922f5c1b54802623bc43f04191495e2338fc24 (patch) | |
| tree | 3aa8ec0dfee887305fdcf7d02430ff8484dc11cf /src/gradient-drag.h | |
| parent | Fix a typo in inkscape-preferences.cpp. (diff) | |
| download | inkscape-c4922f5c1b54802623bc43f04191495e2338fc24.tar.gz inkscape-c4922f5c1b54802623bc43f04191495e2338fc24.zip | |
Select mesh nodes by clicking on control lines.
(bzr r15267)
Diffstat (limited to 'src/gradient-drag.h')
| -rw-r--r-- | src/gradient-drag.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gradient-drag.h b/src/gradient-drag.h index a50bb24ed..a18511e69 100644 --- a/src/gradient-drag.h +++ b/src/gradient-drag.h @@ -205,7 +205,7 @@ private: void deselect_all(); void addLine( SPItem *item, Geom::Point p1, Geom::Point p2, Inkscape::PaintTarget fill_or_stroke); - void addCurve(SPItem *item, Geom::Point p0, Geom::Point p1, Geom::Point p2, Geom::Point p3, Inkscape::PaintTarget fill_or_stroke); + void addCurve(SPItem *item, Geom::Point p0, Geom::Point p1, Geom::Point p2, Geom::Point p3, int corner0, int corner1, Inkscape::PaintTarget fill_or_stroke); GrDragger *addDragger(GrDraggable *draggable); |
