mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-11 05:33:33 +00:00
tyiny whitespace
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4283 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
1e39473100
commit
9d46504b24
@ -998,8 +998,7 @@ LyXText::nextBreakPoint(BufferView * bview, Row const * row, int width) const
|
|||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
// Last position is an invariant
|
// Last position is an invariant
|
||||||
pos_type const last =
|
pos_type const last = par->size();
|
||||||
par->size();
|
|
||||||
// this is the usual handling
|
// this is the usual handling
|
||||||
int x = leftMargin(bview, row);
|
int x = leftMargin(bview, row);
|
||||||
bool doitonetime = true;
|
bool doitonetime = true;
|
||||||
|
Loading…
Reference in New Issue
Block a user