diff options
| author | Jabier Arraiza <jabier.arraiza@marker.es> | 2017-07-01 12:24:30 +0000 |
|---|---|---|
| committer | Jabier Arraiza <jabier.arraiza@marker.es> | 2017-07-01 12:24:30 +0000 |
| commit | cb312127f49aae8d0f936743ce864a8e9143f558 (patch) | |
| tree | c08a21584aa728f805be98a0c35891fe54d0e608 /src/ui/tools/node-tool.h | |
| parent | Merge https://gitlab.com/inkscape/inkscape into selectable-knots (diff) | |
| download | inkscape-cb312127f49aae8d0f936743ce864a8e9143f558.tar.gz inkscape-cb312127f49aae8d0f936743ce864a8e9143f558.zip | |
Finish add selectable knot shapes
Diffstat (limited to 'src/ui/tools/node-tool.h')
| -rw-r--r-- | src/ui/tools/node-tool.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/tools/node-tool.h b/src/ui/tools/node-tool.h index 983ba6cee..dded2d9bd 100644 --- a/src/ui/tools/node-tool.h +++ b/src/ui/tools/node-tool.h @@ -61,6 +61,7 @@ public: virtual bool root_handler(GdkEvent* event); virtual const std::string& getPrefsPath(); + boost::ptr_map<SPItem*, ShapeEditor> _shape_editors; private: sigc::connection _selection_changed_connection; @@ -74,7 +75,6 @@ private: Inkscape::UI::PathSharedData* _path_data; SPCanvasGroup *_transform_handle_group; SPItem *_last_over; - boost::ptr_map<SPItem*, ShapeEditor> _shape_editors; bool cursor_drag; bool show_handles; |
