Whitespace

This commit is contained in:
Juergen Spitzmueller 2020-01-13 09:21:32 +01:00
parent a450797b2a
commit ff85641cc0
2 changed files with 3 additions and 3 deletions

View File

@ -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);
}

View File

@ -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;