summaryrefslogtreecommitdiffstats
path: root/src/live_effects/parameter/originalpatharray.cpp
diff options
context:
space:
mode:
authorJabier Arraiza Cenoz <jabier.arraiza@marker.es>2015-12-08 01:24:07 +0000
committerjabiertxof <jabier.arraiza@marker.es>2015-12-08 01:24:07 +0000
commit08a6877d14c0b90e7fe661383f15f20a2a03bd2c (patch)
tree854008faa6cdc3a0546b2a7d84f6505fa1058f76 /src/live_effects/parameter/originalpatharray.cpp
parentAdd rect to SP Control point on locked guides (diff)
parentstatic code analysis (diff)
downloadinkscape-08a6877d14c0b90e7fe661383f15f20a2a03bd2c.tar.gz
inkscape-08a6877d14c0b90e7fe661383f15f20a2a03bd2c.zip
update to trunk
(bzr r14500.1.14)
Diffstat (limited to 'src/live_effects/parameter/originalpatharray.cpp')
-rw-r--r--src/live_effects/parameter/originalpatharray.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/live_effects/parameter/originalpatharray.cpp b/src/live_effects/parameter/originalpatharray.cpp
index 9e03e2c02..7e3a6f5fe 100644
--- a/src/live_effects/parameter/originalpatharray.cpp
+++ b/src/live_effects/parameter/originalpatharray.cpp
@@ -245,7 +245,7 @@ void OriginalPathArrayParam::on_down_button_click()
if (*iter == row[_model->_colObject]) {
std::vector<PathAndDirection*>::iterator niter = _vector.erase(iter);
if (niter != _vector.end()) {
- niter++;
+ ++niter;
i++;
}
_vector.insert(niter, row[_model->_colObject]);