diff --git a/src/Cursor.cpp b/src/Cursor.cpp index d2190e729f..ce0281251a 100644 --- a/src/Cursor.cpp +++ b/src/Cursor.cpp @@ -322,6 +322,7 @@ DocIterator CursorData::selectionEnd() const if (di.depth() > depth()) { di.resize(depth()); ++di.pos(); + di.boundary(true); } return di; }