git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25335 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Abdelrazak Younes 2008-06-20 11:57:43 +00:00
parent a46886a8ff
commit c3c49d8a0b

View File

@ -621,6 +621,9 @@ void cutSelection(Cursor & cur, bool doclear, bool realcut)
cur.selectionAsString(true));
}
if (begpit != endpit)
cur.updateFlags(Update::Force | Update::FitCursor);
boost::tie(endpit, endpos) =
eraseSelectionHelper(bp,
text->paragraphs(),