diff options
| author | ilomaf <egorefimov24@gmail.com> | 2018-01-31 18:37:19 +0000 |
|---|---|---|
| committer | Eduard Braun <eduard.braun2@gmx.de> | 2018-02-03 15:38:50 +0000 |
| commit | 2cd39a2a4516e5e6fc9f5d7abbeb3e220a82d490 (patch) | |
| tree | f5fb50fe24594e1e5161e11cf7e9ee4947edc176 /src/ui/clipboard.cpp | |
| parent | Update Ukrainian translation (diff) | |
| download | inkscape-2cd39a2a4516e5e6fc9f5d7abbeb3e220a82d490.tar.gz inkscape-2cd39a2a4516e5e6fc9f5d7abbeb3e220a82d490.zip | |
Fix: relink clone to copy for ellipses
Fixed bug:
- https://bugs.launchpad.net/inkscape/+bug/1652660
Diffstat (limited to 'src/ui/clipboard.cpp')
| -rw-r--r-- | src/ui/clipboard.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
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(); } |
