diff options
| author | Jabier Arraiza Cenoz <jabier.arraiza@marker.es> | 2017-05-29 17:26:57 +0000 |
|---|---|---|
| committer | jabiertxof <info@marker.es> | 2017-05-29 17:26:57 +0000 |
| commit | 15adf7b6003d6956e38ccf42a65d0e883bac2731 (patch) | |
| tree | 4883d705e14665b88c1a2bfb705e39f2883425a6 /src/ui/tools | |
| parent | Update to trunk (diff) | |
| download | inkscape-15adf7b6003d6956e38ccf42a65d0e883bac2731.tar.gz inkscape-15adf7b6003d6956e38ccf42a65d0e883bac2731.zip | |
Add toggle clip bisibility button
(bzr r15709)
Diffstat (limited to 'src/ui/tools')
| -rw-r--r-- | src/ui/tools/node-tool.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/tools/node-tool.cpp b/src/ui/tools/node-tool.cpp index 5daedcd02..eb4538057 100644 --- a/src/ui/tools/node-tool.cpp +++ b/src/ui/tools/node-tool.cpp @@ -386,7 +386,7 @@ void gather_items(NodeTool *nt, SPItem *base, SPObject *obj, Inkscape::UI::Shape ShapeRecord r; r.item = item; // TODO add support for objectBoundingBox - r.edit_transform = base || role == SHAPE_ROLE_CLIPPING_PATH ? base->i2doc_affine() : Geom::identity(); + r.edit_transform = base ? base->i2doc_affine() : Geom::identity(); r.role = role; if (s.insert(r).second) { |
