diff options
| author | bulia byak <buliabyak@gmail.com> | 2008-03-08 19:40:44 +0000 |
|---|---|---|
| committer | buliabyak <buliabyak@users.sourceforge.net> | 2008-03-08 19:40:44 +0000 |
| commit | 47cbad51fb83ab8e12e3572bd9ea2918c1a4374a (patch) | |
| tree | ee0459cabbb1516da60e7281269ef92edd69469e /src/selection-chemistry.cpp | |
| parent | missing breton.nsh win32 NSIS translation on distribution (diff) | |
| download | inkscape-47cbad51fb83ab8e12e3572bd9ea2918c1a4374a.tar.gz inkscape-47cbad51fb83ab8e12e3572bd9ea2918c1a4374a.zip | |
fix 199791
(bzr r4991)
Diffstat (limited to 'src/selection-chemistry.cpp')
| -rw-r--r-- | src/selection-chemistry.cpp | 2 |
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())); |
