summaryrefslogtreecommitdiffstats
path: root/src/sp-pattern.h
diff options
context:
space:
mode:
authorJabier Arraiza Cenoz <jabier.arraiza@marker.es>2015-07-24 23:31:44 +0000
committerJabiertxof <jtx@jtx.marker.es>2015-07-24 23:31:44 +0000
commitfae4db6d2c975173a6768bd4984eb707265f4e43 (patch)
tree5f2a213743a58ba45d47aeb5e49f67d3e0b78981 /src/sp-pattern.h
parentastyle (diff)
parent3D box tool: the shift key must not prevent snapping of the vanishing point. ... (diff)
downloadinkscape-fae4db6d2c975173a6768bd4984eb707265f4e43.tar.gz
inkscape-fae4db6d2c975173a6768bd4984eb707265f4e43.zip
update to trunk
(bzr r13645.1.106)
Diffstat (limited to 'src/sp-pattern.h')
-rw-r--r--src/sp-pattern.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/sp-pattern.h b/src/sp-pattern.h
index 145bb934e..a5e7be1d4 100644
--- a/src/sp-pattern.h
+++ b/src/sp-pattern.h
@@ -129,9 +129,8 @@ public:
}
protected:
- virtual bool _acceptObject(SPObject *obj) const
- {
- return SP_IS_PATTERN(obj);
+ virtual bool _acceptObject(SPObject *obj) const {
+ return SP_IS_PATTERN (obj)&& URIReference::_acceptObject(obj);
}
};