summaryrefslogtreecommitdiffstats
path: root/src/ui/tool/node-tool.cpp
diff options
context:
space:
mode:
authorKrzysztof Kosi??ski <tweenk.pl@gmail.com>2010-01-14 17:48:15 +0000
committerKrzysztof KosiƄski <tweenk.pl@gmail.com>2010-01-14 17:48:15 +0000
commitf8205f99eda0159cbe5c1b1dafe58b7a08d8988b (patch)
tree0e86b6cbf5db3f4d15c7d6ce6d85af469f1810e4 /src/ui/tool/node-tool.cpp
parentMerge GSoC 2009 node tool rewrite (diff)
parent* Add "show transform handles" toggle button. (diff)
downloadinkscape-f8205f99eda0159cbe5c1b1dafe58b7a08d8988b.tar.gz
inkscape-f8205f99eda0159cbe5c1b1dafe58b7a08d8988b.zip
Better node transform handles behavior
(bzr r8977)
Diffstat (limited to 'src/ui/tool/node-tool.cpp')
-rw-r--r--src/ui/tool/node-tool.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ui/tool/node-tool.cpp b/src/ui/tool/node-tool.cpp
index c1ba3394e..1e98f0859 100644
--- a/src/ui/tool/node-tool.cpp
+++ b/src/ui/tool/node-tool.cpp
@@ -554,6 +554,7 @@ void ink_node_tool_select_area(InkNodeTool *nt, Geom::Rect const &sel, GdkEventB
selection->setList(items);
g_slist_free(items);
} else {
+ if (!held_shift(*event)) nt->_selected_nodes->clear();
nt->_selected_nodes->selectArea(sel);
}
}