diff options
| author | Jabier Arraiza Cenoz <jabier.arraiza@marker.es> | 2014-05-13 06:50:42 +0000 |
|---|---|---|
| committer | Jabiertxof <jtx@jtx.marker.es> | 2014-05-13 06:50:42 +0000 |
| commit | 9cd50c94d560a2372a755bdf58ccf7feb7afe083 (patch) | |
| tree | 85383af36ab65580c0112314582ba2f6170422b2 /src/ui/tools/node-tool.h | |
| parent | Fixed a bug in bspline with snaps and 1 sice segments. Pointed by LiamW (diff) | |
| download | inkscape-9cd50c94d560a2372a755bdf58ccf7feb7afe083.tar.gz inkscape-9cd50c94d560a2372a755bdf58ccf7feb7afe083.zip | |
Add Simplify LPE
(bzr r13341.1.13)
Diffstat (limited to 'src/ui/tools/node-tool.h')
| -rw-r--r-- | src/ui/tools/node-tool.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ui/tools/node-tool.h b/src/ui/tools/node-tool.h index 42f89cd1c..9f0c40aa8 100644 --- a/src/ui/tools/node-tool.h +++ b/src/ui/tools/node-tool.h @@ -54,6 +54,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); @@ -66,6 +67,7 @@ private: SPItem *flashed_item; Inkscape::Display::TemporaryItem *flash_tempitem; + Inkscape::Display::TemporaryItem *helperpath_tmpitem; Inkscape::UI::Selector* _selector; Inkscape::UI::PathSharedData* _path_data; SPCanvasGroup *_transform_handle_group; |
