From e606e5eaccb8d830344a2caec61a0799cd37e833 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Spitzm=C3=BCller?= Date: Wed, 29 Aug 2007 13:04:29 +0000 Subject: [PATCH] * src/Text2.cpp: - fix wrong DEPM in ct mode (bug 3961). git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@19884 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/Text2.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/Text2.cpp b/src/Text2.cpp index 4bbd0fda1c..938fd3372a 100644 --- a/src/Text2.cpp +++ b/src/Text2.cpp @@ -1148,7 +1148,8 @@ bool Text::deleteEmptyParagraphMechanism(Cursor & cur, && old.pos() < oldpar.size() && oldpar.isLineSeparator(old.pos()) && oldpar.isLineSeparator(old.pos() - 1) - && !oldpar.isDeleted(old.pos() - 1)) { + && !oldpar.isDeleted(old.pos() - 1) + && !oldpar.isDeleted(old.pos())) { oldpar.eraseChar(old.pos() - 1, cur.buffer().params().trackChanges); // FIXME: This will not work anymore when we have multiple views of the same buffer // In this case, we will have to correct also the cursors held by