summaryrefslogtreecommitdiffstats
path: root/src/ui/tool/node.h
diff options
context:
space:
mode:
authorKrzysztof Kosi??ski <tweenk.pl@gmail.com>2010-12-16 22:07:52 +0000
committerKrzysztof KosiƄski <tweenk.pl@gmail.com>2010-12-16 22:07:52 +0000
commitd18ee1bd701f1e78a42fc4253f7a5c4e7ece714a (patch)
tree7b62d3e3d71832d75c18b67771a5b413293a8683 /src/ui/tool/node.h
parentNode tool: fix snapping during constrained rotation of handles (diff)
downloadinkscape-d18ee1bd701f1e78a42fc4253f7a5c4e7ece714a.tar.gz
inkscape-d18ee1bd701f1e78a42fc4253f7a5c4e7ece714a.zip
Node tool: fix snapping of node rotation center
Fixed bugs: - https://launchpad.net/bugs/667072 (bzr r9960)
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 0194f5053..b5d4d88f2 100644
--- a/src/ui/tool/node.h
+++ b/src/ui/tool/node.h
@@ -102,6 +102,7 @@ public:
protected:
Handle(NodeSharedData const &data, Geom::Point const &initial_pos, Node *parent);
+ virtual bool _eventHandler(GdkEvent *event);
virtual void dragged(Geom::Point &, GdkEventMotion *);
virtual bool grabbed(GdkEventMotion *);
virtual void ungrabbed(GdkEventButton *);