diff options
| author | Krzysztof Kosi??ski <tweenk.pl@gmail.com> | 2009-12-05 02:48:07 +0000 |
|---|---|---|
| committer | Krzysztof KosiĆski <tweenk.pl@gmail.com> | 2009-12-05 02:48:07 +0000 |
| commit | a79eab7e518e7c1b3540075552ecb3e7aa62b0df (patch) | |
| tree | be0004871eab79010a7a5f7d98520d7e183d0621 /src/ui/tool/node-tool.h | |
| parent | GSoC node tool (diff) | |
| download | inkscape-a79eab7e518e7c1b3540075552ecb3e7aa62b0df.tar.gz inkscape-a79eab7e518e7c1b3540075552ecb3e7aa62b0df.zip | |
Fix mask editing behavior on undo and outline display for masks/clips;
prepare to fix LPE path parameters
(bzr r8846.2.2)
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 f47ea0ccb..65b16ff72 100644 --- a/src/ui/tool/node-tool.h +++ b/src/ui/tool/node-tool.h @@ -46,6 +46,7 @@ struct InkNodeTool : public SPEventContext { sigc::connection _selection_changed_connection; sigc::connection _mouseover_changed_connection; + sigc::connection _selection_modified_connection; Inkscape::MessageContext *_node_message_context; SPItem *flashed_item; Inkscape::Display::TemporaryItem *flash_tempitem; |
