diff options
| author | Krzysztof Kosi??ski <tweenk.pl@gmail.com> | 2010-01-31 19:31:21 +0000 |
|---|---|---|
| committer | Krzysztof KosiĆski <tweenk.pl@gmail.com> | 2010-01-31 19:31:21 +0000 |
| commit | bb4d4442a7ec92e15c976689756aa9566cd2430e (patch) | |
| tree | 789234d2e031ad42cbf6cc3176cdfb49f811421c /src/ui/tool/node-tool.h | |
| parent | Adjust devlibs copied to dist directory in Windows build (diff) | |
| download | inkscape-bb4d4442a7ec92e15c976689756aa9566cd2430e.tar.gz inkscape-bb4d4442a7ec92e15c976689756aa9566cd2430e.zip | |
Add pref settings that control updating the display of paths when dragging
or transforming nodes them.
Fixed bugs:
- https://launchpad.net/bugs/380762
(bzr r9038)
Diffstat (limited to 'src/ui/tool/node-tool.h')
| -rw-r--r-- | src/ui/tool/node-tool.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ui/tool/node-tool.h b/src/ui/tool/node-tool.h index 65b16ff72..130e16198 100644 --- a/src/ui/tool/node-tool.h +++ b/src/ui/tool/node-tool.h @@ -58,6 +58,8 @@ struct InkNodeTool : public SPEventContext unsigned cursor_drag : 1; unsigned show_outline : 1; + unsigned live_outline : 1; + unsigned live_objects : 1; unsigned show_path_direction : 1; unsigned show_transform_handles : 1; unsigned single_node_transform_handles : 1; |
