diff options
| author | Jabier Arraiza <jabier.arraiza@marker.es> | 2019-06-01 06:39:07 +0000 |
|---|---|---|
| committer | Jabier Arraiza <jabier.arraiza@marker.es> | 2019-06-01 06:39:07 +0000 |
| commit | 174908a7e0d4fec3657da94d243ef30b14b8f30b (patch) | |
| tree | 05d3b49c31ddd3fd1754b6a42de8192ba0119560 /src/ui/clipboard.cpp | |
| parent | Include more feature libraries (diff) | |
| download | inkscape-174908a7e0d4fec3657da94d243ef30b14b8f30b.tar.gz inkscape-174908a7e0d4fec3657da94d243ef30b14b8f30b.zip | |
Allow rects be LPE like other primitives
Diffstat (limited to 'src/ui/clipboard.cpp')
| -rw-r--r-- | src/ui/clipboard.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/ui/clipboard.cpp b/src/ui/clipboard.cpp index f96fa607e..7460822c9 100644 --- a/src/ui/clipboard.cpp +++ b/src/ui/clipboard.cpp @@ -1100,9 +1100,6 @@ void ClipboardManagerImpl::_applyPathEffect(SPItem *item, gchar const *effectsta if ( item == nullptr ) { return; } - if ( dynamic_cast<SPRect *>(item) ) { - return; - } SPLPEItem *lpeitem = dynamic_cast<SPLPEItem *>(item); if (lpeitem) |
