mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25335 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
a46886a8ff
commit
c3c49d8a0b
@ -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(),
|
||||
|
Loading…
Reference in New Issue
Block a user