diff options
| author | Johan B. C. Engelen <jbc.engelen@swissonline.ch> | 2010-02-14 23:53:33 +0000 |
|---|---|---|
| committer | Johan <Johan@JohannesMobile> | 2010-02-14 23:53:33 +0000 |
| commit | be7994523333ce17d828ef5923b8c183fdb750e7 (patch) | |
| tree | 028ddd2e838a24351fd3a5c7517c288194cc577d /src/ui/tool/node-tool.cpp | |
| parent | Gradient editor: don't show pre-snap indicator when hovering above the knot o... (diff) | |
| parent | fix bug: when creating an xy-grid, respect the default unit setting. (the pre... (diff) | |
| download | inkscape-be7994523333ce17d828ef5923b8c183fdb750e7.tar.gz inkscape-be7994523333ce17d828ef5923b8c183fdb750e7.zip | |
- fix bug: xy grid default unit was not respected
- color original-d path as normal path in node tool
- remove obsolete todo comment
- add widget controls for vectorparam in lpe
(bzr r9092)
Diffstat (limited to 'src/ui/tool/node-tool.cpp')
| -rw-r--r-- | src/ui/tool/node-tool.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/tool/node-tool.cpp b/src/ui/tool/node-tool.cpp index 7ddd3316b..443e7f258 100644 --- a/src/ui/tool/node-tool.cpp +++ b/src/ui/tool/node-tool.cpp @@ -362,7 +362,7 @@ void gather_items(InkNodeTool *nt, SPItem *base, SPObject *obj, Inkscape::UI::Sh ShapeRecord r; r.item = static_cast<SPItem*>(obj); r.edit_transform = Geom::identity(); // TODO wrong? - r.role = SHAPE_ROLE_LPE_PARAM; + r.role = role; s.insert(r); } else if (role != SHAPE_ROLE_NORMAL && (SP_IS_GROUP(obj) || SP_IS_OBJECTGROUP(obj))) { for (SPObject *c = obj->children; c; c = c->next) { |
