Fix for hfill rendering by Michael Schmitt.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5237 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Jürgen Vigna 2002-09-09 07:45:32 +00:00
parent 6facdfc36b
commit 4122d9ae40
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2002-09-09 Juergen Vigna <jug@sad.it>
* text.C (getColumnNearX): fix form Michael this is most
probably a cut&paste bug.
2002-09-06 Lars Gullik Bjønnes <larsbj@gullik.net>
* remove all INHERIT_LANG and INHERIT_LANGUAGE commented code

View File

@ -3788,7 +3788,7 @@ LyXText::getColumnNearX(BufferView * bview, Row * row, int & x,
}
if (hfillExpansion(bview->buffer(), row, c)) {
x += singleWidth(bview, row->par(), c);
tmpx += singleWidth(bview, row->par(), c);
if (c >= main_body)
tmpx += fill_hfill;
else