summaryrefslogtreecommitdiffstats
path: root/src/ui/tools/node-tool.h
diff options
context:
space:
mode:
authorJabier Arraiza Cenoz <jabier.arraiza@marker.es>2014-08-01 14:28:31 +0000
committerLiam P. White <inkscapebrony@gmail.com>2014-08-01 14:28:31 +0000
commita0acffb60236ee6d8c6f8ccc2f29d36b5aa02dda (patch)
treec3ebcc82e43885c59301794a11839cc75045924e /src/ui/tools/node-tool.h
parentFix for #1348385 (filtered shape losing filter on conversion) (diff)
downloadinkscape-a0acffb60236ee6d8c6f8ccc2f29d36b5aa02dda.tar.gz
inkscape-a0acffb60236ee6d8c6f8ccc2f29d36b5aa02dda.zip
Fix for #906794, #1246550 (live effects not showing helper paths)
Fixed bugs: - https://launchpad.net/bugs/1246550 - https://launchpad.net/bugs/906794 (bzr r13487)
Diffstat (limited to 'src/ui/tools/node-tool.h')
-rw-r--r--src/ui/tools/node-tool.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ui/tools/node-tool.h b/src/ui/tools/node-tool.h
index 4d15ab70e..459ecd0a7 100644
--- a/src/ui/tools/node-tool.h
+++ b/src/ui/tools/node-tool.h
@@ -51,6 +51,7 @@ public:
static const std::string prefsPath;
virtual void setup();
+ virtual void update_helperpath();
virtual void set(const Inkscape::Preferences::Entry& val);
virtual bool root_handler(GdkEvent* event);
@@ -62,6 +63,7 @@ private:
sigc::connection _sizeUpdatedConn;
SPItem *flashed_item;
+ Inkscape::Display::TemporaryItem *helperpath_tmpitem;
Inkscape::Display::TemporaryItem *flash_tempitem;
Inkscape::UI::Selector* _selector;
Inkscape::UI::PathSharedData* _path_data;