From 65eaba68265b4707bf22be004f3cc9b69d2bd3b0 Mon Sep 17 00:00:00 2001 From: Richard Heck Date: Fri, 5 Mar 2010 20:40:45 +0000 Subject: [PATCH] Whitespace. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@33629 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/Text.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Text.cpp b/src/Text.cpp index 1a76756a4f..7ade6bf58b 100644 --- a/src/Text.cpp +++ b/src/Text.cpp @@ -1198,7 +1198,7 @@ bool Text::backspace(Cursor & cur) needsUpdate |= handleBibitems(cur); // A singlePar update is not enough in this case. -// cur.updateFlags(Update::Force); + // cur.updateFlags(Update::Force); setCursor(cur.top(), cur.pit(), cur.pos()); return needsUpdate;