diff options
| author | Krzysztof Kosi??ski <tweenk.pl@gmail.com> | 2010-04-02 18:11:38 +0000 |
|---|---|---|
| committer | Krzysztof KosiĆski <tweenk.pl@gmail.com> | 2010-04-02 18:11:38 +0000 |
| commit | b9ef8969f950ac525cc171dbfdb7684190003db1 (patch) | |
| tree | 8eb1464c3d3e16798c7ae7216cc05ea4749afaff /src/ui/tool/node-tool.h | |
| parent | patch for Bug 461964 comment 16 (diff) | |
| download | inkscape-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.h | 1 |
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; |
