summaryrefslogtreecommitdiffstats
path: root/src/ui/tool/node-tool.h
diff options
context:
space:
mode:
authorKrzysztof Kosi??ski <tweenk.pl@gmail.com>2010-04-02 18:11:38 +0000
committerKrzysztof KosiƄski <tweenk.pl@gmail.com>2010-04-02 18:11:38 +0000
commitb9ef8969f950ac525cc171dbfdb7684190003db1 (patch)
tree8eb1464c3d3e16798c7ae7216cc05ea4749afaff /src/ui/tool/node-tool.h
parentpatch for Bug 461964 comment 16 (diff)
downloadinkscape-b9ef8969f950ac525cc171dbfdb7684190003db1.tar.gz
inkscape-b9ef8969f950ac525cc171dbfdb7684190003db1.zip
Add Ctrl+H as a shortcut for "show handles" in the node tool.
Fixed bugs: - https://launchpad.net/bugs/324208 (bzr r9277)
Diffstat (limited to 'src/ui/tool/node-tool.h')
-rw-r--r--src/ui/tool/node-tool.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ui/tool/node-tool.h b/src/ui/tool/node-tool.h
index baac642ac..641d064c1 100644
--- a/src/ui/tool/node-tool.h
+++ b/src/ui/tool/node-tool.h
@@ -58,6 +58,7 @@ struct InkNodeTool : public SPEventContext
SPItem *_last_over;
unsigned cursor_drag : 1;
+ unsigned show_handles : 1;
unsigned show_outline : 1;
unsigned live_outline : 1;
unsigned live_objects : 1;