summaryrefslogtreecommitdiffstats
path: root/src/ui/tool/node.h
diff options
context:
space:
mode:
authorKrzysztof Kosi??ski <tweenk.pl@gmail.com>2010-02-09 02:20:18 +0000
committerKrzysztof KosiƄski <tweenk.pl@gmail.com>2010-02-09 02:20:18 +0000
commit81f88ca0856da56bdf426cd065ff0acd3414567f (patch)
treec909cc475397273059093d0fc8157f26b83350c1 /src/ui/tool/node.h
parentTranslations. German translation update by uwesch. (diff)
downloadinkscape-81f88ca0856da56bdf426cd065ff0acd3414567f.tar.gz
inkscape-81f88ca0856da56bdf426cd065ff0acd3414567f.zip
Fix multiple minor problems in the node tool
(bzr r9070)
Diffstat (limited to 'src/ui/tool/node.h')
-rw-r--r--src/ui/tool/node.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ui/tool/node.h b/src/ui/tool/node.h
index 581cc9b6f..c798a1fdb 100644
--- a/src/ui/tool/node.h
+++ b/src/ui/tool/node.h
@@ -96,6 +96,7 @@ public:
void setDirection(Geom::Point const &from, Geom::Point const &to);
void setDirection(Geom::Point const &dir);
Node *parent() { return _parent; }
+ Handle &other();
static char const *handle_type_to_localized_string(NodeType type);
protected:
@@ -116,6 +117,7 @@ private:
SPCanvasItem *_handle_line;
bool _degenerate; // this is used often internally so it makes sense to cache this
+ static Geom::Point _saved_other_pos;
static double _saved_length;
static bool _drag_out;
friend class Node;