diff options
| author | Jabier Arraiza Cenoz <jabier.arraiza@marker.es> | 2017-05-26 10:45:27 +0000 |
|---|---|---|
| committer | jabiertxof <info@marker.es> | 2017-05-26 10:45:27 +0000 |
| commit | 392fb78921ab50255888bc09e6b4252e71440370 (patch) | |
| tree | 862a717cdb81b9558e7ec460b1110dfb0e195661 /src/live_effects/effect.cpp | |
| parent | Allow rotate on split items over Rotate copies LPE (diff) | |
| download | inkscape-392fb78921ab50255888bc09e6b4252e71440370.tar.gz inkscape-392fb78921ab50255888bc09e6b4252e71440370.zip | |
Improve methods on rotate copies LPE
(bzr r15702)
Diffstat (limited to 'src/live_effects/effect.cpp')
| -rw-r--r-- | src/live_effects/effect.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/live_effects/effect.cpp b/src/live_effects/effect.cpp index aa8987185..a4b44b1a9 100644 --- a/src/live_effects/effect.cpp +++ b/src/live_effects/effect.cpp @@ -439,7 +439,7 @@ Effect::processObjects(LpeAction lpe_action) for (std::vector<const char *>::iterator el_it = items.begin(); el_it != items.end(); ++el_it) { const char * id = *el_it; - if (!id || strlen(id) == 0) { + if (!id) { return; } SPObject *elemref = NULL; |
