From 2cd39a2a4516e5e6fc9f5d7abbeb3e220a82d490 Mon Sep 17 00:00:00 2001 From: ilomaf Date: Wed, 31 Jan 2018 21:37:19 +0300 Subject: Fix: relink clone to copy for ellipses Fixed bug: - https://bugs.launchpad.net/inkscape/+bug/1652660 --- src/ui/clipboard.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/ui/clipboard.cpp') diff --git a/src/ui/clipboard.cpp b/src/ui/clipboard.cpp index ac09b803f..ce792383b 100644 --- a/src/ui/clipboard.cpp +++ b/src/ui/clipboard.cpp @@ -422,7 +422,8 @@ const gchar *ClipboardManagerImpl::getFirstObjectID() strcmp(ch->name(), "svg:use") && strcmp(ch->name(), "svg:text") && strcmp(ch->name(), "svg:image") && - strcmp(ch->name(), "svg:rect") + strcmp(ch->name(), "svg:rect") && + strcmp(ch->name(), "svg:ellipse") ) { ch = ch->next(); } -- cgit v1.2.3