diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/2geom/svg-path.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/2geom/svg-path.h b/src/2geom/svg-path.h index 8ac7a7b6a..c22f65d11 100644 --- a/src/2geom/svg-path.h +++ b/src/2geom/svg-path.h @@ -127,7 +127,7 @@ public: void backspace() { if (_in_path && _path.size() > 0) { - _path.erase_last(Path::STITCH_DISCONTINUOUS); + _path.erase_last(); } } |
