summaryrefslogtreecommitdiffstats
path: root/src/ui/tool/node-tool.h
diff options
context:
space:
mode:
authorKrzysztof Kosi??ski <tweenk.pl@gmail.com>2009-12-05 02:48:07 +0000
committerKrzysztof KosiƄski <tweenk.pl@gmail.com>2009-12-05 02:48:07 +0000
commita79eab7e518e7c1b3540075552ecb3e7aa62b0df (patch)
treebe0004871eab79010a7a5f7d98520d7e183d0621 /src/ui/tool/node-tool.h
parentGSoC node tool (diff)
downloadinkscape-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.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 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;