diff options
| author | root <root@jtx.marker.es> | 2013-03-11 23:48:05 +0000 |
|---|---|---|
| committer | root <root@jtx.marker.es> | 2013-03-11 23:48:05 +0000 |
| commit | b2981a3b8f54bccfa45c76f57b38c9c93808d2fc (patch) | |
| tree | 59eae63d752f70b5ad26acc2852f82ebbb9f1563 /src/ui/tool/node.h | |
| parent | Merge from trunk (diff) | |
| download | inkscape-b2981a3b8f54bccfa45c76f57b38c9c93808d2fc.tar.gz inkscape-b2981a3b8f54bccfa45c76f57b38c9c93808d2fc.zip | |
~sub fix, double click to reset default handles and control to 10% step
(bzr r11950.1.51)
Diffstat (limited to 'src/ui/tool/node.h')
| -rw-r--r-- | src/ui/tool/node.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ui/tool/node.h b/src/ui/tool/node.h index 591dd8532..e74698b1a 100644 --- a/src/ui/tool/node.h +++ b/src/ui/tool/node.h @@ -107,6 +107,9 @@ protected: Handle(NodeSharedData const &data, Geom::Point const &initial_pos, Node *parent); virtual bool _eventHandler(SPEventContext *event_context, GdkEvent *event); + //Bspline + virtual void handle_2button_press(); + //BSpline End virtual void dragged(Geom::Point &new_pos, GdkEventMotion *event); virtual bool grabbed(GdkEventMotion *event); virtual void ungrabbed(GdkEventButton *event); |
