summaryrefslogtreecommitdiffstats
path: root/src/selection-chemistry.cpp
diff options
context:
space:
mode:
authorbulia byak <buliabyak@gmail.com>2008-03-08 19:40:44 +0000
committerbuliabyak <buliabyak@users.sourceforge.net>2008-03-08 19:40:44 +0000
commit47cbad51fb83ab8e12e3572bd9ea2918c1a4374a (patch)
treeee0459cabbb1516da60e7281269ef92edd69469e /src/selection-chemistry.cpp
parentmissing breton.nsh win32 NSIS translation on distribution (diff)
downloadinkscape-47cbad51fb83ab8e12e3572bd9ea2918c1a4374a.tar.gz
inkscape-47cbad51fb83ab8e12e3572bd9ea2918c1a4374a.zip
fix 199791
(bzr r4991)
Diffstat (limited to 'src/selection-chemistry.cpp')
-rw-r--r--src/selection-chemistry.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/selection-chemistry.cpp b/src/selection-chemistry.cpp
index 62f5c57e2..2fdf04ca2 100644
--- a/src/selection-chemistry.cpp
+++ b/src/selection-chemistry.cpp
@@ -2632,6 +2632,8 @@ sp_selection_tile(bool apply)
Inkscape::XML::Node *dup = (SP_OBJECT_REPR (i->data))->duplicate(xml_doc);
repr_copies = g_slist_prepend (repr_copies, dup);
}
+ // restore the z-order after prepends
+ repr_copies = g_slist_reverse (repr_copies);
NR::Rect bounds(desktop->dt2doc(r->min()), desktop->dt2doc(r->max()));