X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FText.cpp;h=8f30f4eb7c151f0c6a9d8c1986252949445d3c24;hb=7a000652c02f98dcff4d3c611b22af244409df73;hp=579089dab8d93fcc2fc864a50738f24d21c0c2fb;hpb=e35574b3ce0fae8e449ed033d9902e9da125971b;p=lyx.git diff --git a/src/Text.cpp b/src/Text.cpp index 579089dab8..8f30f4eb7c 100644 --- a/src/Text.cpp +++ b/src/Text.cpp @@ -1496,7 +1496,8 @@ void Text::acceptOrRejectChanges(Cursor & cur, ChangeOp op) } // finally, invoke the DEPM - deleteEmptyParagraphMechanism(begPit, endPit, cur.buffer()->params().track_changes); + deleteEmptyParagraphMechanism(begPit, endPit, begPos, endPos, + cur.buffer()->params().track_changes); cur.finishUndo(); cur.clearSelection();