mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-07 02:28:35 +00:00
Whitespace
This commit is contained in:
parent
a450797b2a
commit
ff85641cc0
@ -654,8 +654,8 @@ void Paragraph::setChange(pos_type pos, Change const & change)
|
||||
|
||||
// see comment in setChange(Change const &) above
|
||||
if (!change.deleted() && pos < size())
|
||||
if (Inset * inset = getInset(pos))
|
||||
inset->setChange(change);
|
||||
if (Inset * inset = getInset(pos))
|
||||
inset->setChange(change);
|
||||
}
|
||||
|
||||
|
||||
|
@ -1768,7 +1768,7 @@ bool Text::backspace(Cursor & cur)
|
||||
needsUpdate |= handleBibitems(cur);
|
||||
|
||||
// A singlePar update is not enough in this case.
|
||||
// cur.screenUpdateFlags(Update::Force);
|
||||
// cur.screenUpdateFlags(Update::Force);
|
||||
cur.top().setPitPos(cur.pit(), cur.pos());
|
||||
|
||||
return needsUpdate;
|
||||
|
Loading…
Reference in New Issue
Block a user