diff options
| author | Jabier Arraiza Cenoz <jabier.arraiza@marker.es> | 2016-12-19 18:14:56 +0000 |
|---|---|---|
| committer | jabiertxof <info@marker.es> | 2016-12-19 18:14:56 +0000 |
| commit | c5b33e5041c6bd1f62ef550ac2b8e1bc739a40e2 (patch) | |
| tree | b0a1643e55766a8c15cc82a48e97cfc3bdd7019f /src/ui/tools/node-tool.h | |
| parent | Add update_helperpaths not member of nodetool class to easy call from outside (diff) | |
| download | inkscape-c5b33e5041c6bd1f62ef550ac2b8e1bc739a40e2.tar.gz inkscape-c5b33e5041c6bd1f62ef550ac2b8e1bc739a40e2.zip | |
Remove unneeded static var from previous commit
(bzr r15336)
Diffstat (limited to 'src/ui/tools/node-tool.h')
| -rw-r--r-- | src/ui/tools/node-tool.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/ui/tools/node-tool.h b/src/ui/tools/node-tool.h index 8517c54fe..983ba6cee 100644 --- a/src/ui/tools/node-tool.h +++ b/src/ui/tools/node-tool.h @@ -49,7 +49,8 @@ public: Inkscape::UI::ControlPointSelection* _selected_nodes; Inkscape::UI::MultiPathManipulator* _multipath; - + Inkscape::Display::TemporaryItem *helperpath_tmpitem; + bool edit_clipping_paths; bool edit_masks; @@ -67,6 +68,7 @@ private: sigc::connection _sizeUpdatedConn; SPItem *flashed_item; + Inkscape::Display::TemporaryItem *flash_tempitem; Inkscape::UI::Selector* _selector; Inkscape::UI::PathSharedData* _path_data; @@ -94,8 +96,7 @@ private: void update_tip(GdkEvent *event); void handleControlUiStyleChange(); }; - -void sp_update_helperpath(bool remove = false); + void sp_update_helperpath(); } } |
