Whitespace.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@33629 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Richard Heck 2010-03-05 20:40:45 +00:00
parent 0f06b1c3e8
commit 65eaba6826

View File

@ -1198,7 +1198,7 @@ bool Text::backspace(Cursor & cur)
needsUpdate |= handleBibitems(cur); needsUpdate |= handleBibitems(cur);
// A singlePar update is not enough in this case. // A singlePar update is not enough in this case.
// cur.updateFlags(Update::Force); // cur.updateFlags(Update::Force);
setCursor(cur.top(), cur.pit(), cur.pos()); setCursor(cur.top(), cur.pit(), cur.pos());
return needsUpdate; return needsUpdate;