diff options
| author | Kris De Gussem <kris.degussem@gmail.com> | 2016-02-29 17:37:19 +0000 |
|---|---|---|
| committer | Kris De Gussem <Kris.De.Gussem@hotmail.com> | 2016-02-29 17:37:19 +0000 |
| commit | df60915bd9b41940cd58b5d0016e7746cf85cb95 (patch) | |
| tree | eabda5364e7f9322c9068f979353ec399fbbed91 /src/display/sp-canvas.cpp | |
| parent | Code-design. Fixing variable initialization warnings and replacing tabs with ... (diff) | |
| download | inkscape-df60915bd9b41940cd58b5d0016e7746cf85cb95.tar.gz inkscape-df60915bd9b41940cd58b5d0016e7746cf85cb95.zip | |
type in commit r14664
(bzr r14676)
Diffstat (limited to 'src/display/sp-canvas.cpp')
| -rw-r--r-- | src/display/sp-canvas.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/display/sp-canvas.cpp b/src/display/sp-canvas.cpp index ef47613e4..d17271752 100644 --- a/src/display/sp-canvas.cpp +++ b/src/display/sp-canvas.cpp @@ -656,7 +656,7 @@ void sp_canvas_item_lower(SPCanvasItem *item, int positions) g_assert (l != parent->items.end()); for (int i=0; i<positions && l != parent->items.begin(); ++i) - ++l; + --l; parent->items.remove(item); parent->items.insert(l, item); |
