summaryrefslogtreecommitdiffstats
path: root/src/ui/tool/node.h
diff options
context:
space:
mode:
authorDiederik van Lierop <mail@diedenrezi.nl>2011-09-16 23:00:05 +0000
committerDiederik van Lierop <mail@diedenrezi.nl>2011-09-16 23:00:05 +0000
commitee17bac8a5d9b6bf840272885c1eda57c45fb4ad (patch)
tree2df5e6001c742e2f7a73007977c75ecd86fb7947 /src/ui/tool/node.h
parentCorrect the formula of the displacement map so that zero alpha value (diff)
downloadinkscape-ee17bac8a5d9b6bf840272885c1eda57c45fb4ad.tar.gz
inkscape-ee17bac8a5d9b6bf840272885c1eda57c45fb4ad.zip
Node tool, transforming a set of nodes: Fix crashes, and finish implementation of snapping
Fixed bugs: - https://launchpad.net/bugs/590261 (bzr r10633)
Diffstat (limited to 'src/ui/tool/node.h')
-rw-r--r--src/ui/tool/node.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ui/tool/node.h b/src/ui/tool/node.h
index b7145790b..f3416ed1c 100644
--- a/src/ui/tool/node.h
+++ b/src/ui/tool/node.h
@@ -151,6 +151,7 @@ public:
static char const *node_type_to_localized_string(NodeType type);
// temporarily public
virtual bool _eventHandler(GdkEvent *event);
+ Inkscape::SnapCandidatePoint snapCandidatePoint();
protected:
virtual void dragged(Geom::Point &, GdkEventMotion *);
virtual bool grabbed(GdkEventMotion *);