diff options
| author | Jabier Arraiza Cenoz <jabier.arraiza@marker.es> | 2015-12-08 01:24:07 +0000 |
|---|---|---|
| committer | jabiertxof <jabier.arraiza@marker.es> | 2015-12-08 01:24:07 +0000 |
| commit | 08a6877d14c0b90e7fe661383f15f20a2a03bd2c (patch) | |
| tree | 854008faa6cdc3a0546b2a7d84f6505fa1058f76 /src/live_effects/parameter/originalpatharray.cpp | |
| parent | Add rect to SP Control point on locked guides (diff) | |
| parent | static code analysis (diff) | |
| download | inkscape-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.cpp | 2 |
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]); |
