From b9ef8969f950ac525cc171dbfdb7684190003db1 Mon Sep 17 00:00:00 2001 From: Krzysztof Kosi??ski Date: Fri, 2 Apr 2010 20:11:38 +0200 Subject: Add Ctrl+H as a shortcut for "show handles" in the node tool. Fixed bugs: - https://launchpad.net/bugs/324208 (bzr r9277) --- src/ui/tool/node-tool.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/ui/tool/node-tool.h') 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; -- cgit v1.2.3