diff options
| author | Jabier Arraiza Cenoz <jabier.arraiza@marker.es> | 2016-08-29 13:27:55 +0000 |
|---|---|---|
| committer | jabiertxof <info@marker.es> | 2016-08-29 13:27:55 +0000 |
| commit | e1a84ff6c44588f7847258b5eb5266365e0738e1 (patch) | |
| tree | a010330ad00515131508de4c2a6323a657d58df2 /src/ui/tools/node-tool.h | |
| parent | Don't write out sodipodi:line-spacing. Don't read if 'line-height' already set. (diff) | |
| download | inkscape-e1a84ff6c44588f7847258b5eb5266365e0738e1.tar.gz inkscape-e1a84ff6c44588f7847258b5eb5266365e0738e1.zip | |
Fixes to helper paths. evaluate backport to 0.92.x
(bzr r15086)
Diffstat (limited to 'src/ui/tools/node-tool.h')
| -rw-r--r-- | src/ui/tools/node-tool.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ui/tools/node-tool.h b/src/ui/tools/node-tool.h index 8342d66a6..bebb26dfc 100644 --- a/src/ui/tools/node-tool.h +++ b/src/ui/tools/node-tool.h @@ -69,6 +69,7 @@ private: SPItem *flashed_item; Inkscape::Display::TemporaryItem *helperpath_tmpitem; + Inkscape::Display::TemporaryItem *helperpath_tmpitem_highlight; Inkscape::Display::TemporaryItem *flash_tempitem; Inkscape::UI::Selector* _selector; Inkscape::UI::PathSharedData* _path_data; |
