diff options
Diffstat (limited to 'src/id-clash.cpp')
| -rw-r--r-- | src/id-clash.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/id-clash.cpp b/src/id-clash.cpp index 5980c9e7b..420b9c3e5 100644 --- a/src/id-clash.cpp +++ b/src/id-clash.cpp @@ -85,7 +85,9 @@ const char* clipboard_properties[] = { static void find_references(SPObject *elem, refmap_type *refmap) { + if (SP_OBJECT_IS_CLONED(elem)) return; Inkscape::XML::Node *repr_elem = SP_OBJECT_REPR(elem); + if (!repr_elem) return; if (repr_elem->type() != Inkscape::XML::ELEMENT_NODE) return; /* check for references in inkscape:clipboard elements */ |
