summaryrefslogtreecommitdiffstats
path: root/src/ui
diff options
context:
space:
mode:
authorJabiertxof <jtx@jtx>2016-12-28 08:42:19 +0000
committerJabiertxof <jtx@jtx>2016-12-28 08:42:19 +0000
commit50714133d92da517b5185385ea4c553408c80e54 (patch)
tree27ecbc256d57c51e4425bb566da888b825941c10 /src/ui
parentFixes bug #1652465 on mirror and copy rotate LPE. (diff)
downloadinkscape-50714133d92da517b5185385ea4c553408c80e54.tar.gz
inkscape-50714133d92da517b5185385ea4c553408c80e54.zip
First attemp working
(bzr r15356.1.1)
Diffstat (limited to 'src/ui')
-rw-r--r--src/ui/clipboard.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ui/clipboard.cpp b/src/ui/clipboard.cpp
index a8e708597..42fc2fab4 100644
--- a/src/ui/clipboard.cpp
+++ b/src/ui/clipboard.cpp
@@ -410,6 +410,8 @@ const gchar *ClipboardManagerImpl::getFirstObjectID()
strcmp(ch->name(), "svg:use") &&
strcmp(ch->name(), "svg:text") &&
strcmp(ch->name(), "svg:image") &&
+ strcmp(ch->name(), "svg:ellipse") &&
+ strcmp(ch->name(), "svg:circle") &&
strcmp(ch->name(), "svg:rect")
) {
ch = ch->next();