diff options
Diffstat (limited to 'src/sp-item.cpp')
| -rw-r--r-- | src/sp-item.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sp-item.cpp b/src/sp-item.cpp index 9f50e5e0c..b1eb5a24a 100644 --- a/src/sp-item.cpp +++ b/src/sp-item.cpp @@ -406,7 +406,7 @@ void SPItem::moveTo(SPItem *target, gboolean intoafter) { our_ref->parent()->changeOrder(our_ref, target_ref); } - if (first) { + if (first && parent) { // If "first" ensure it appears after the defs etc lowerToBottom(); return; |
