Fixed problem with previous checkin. Made sure "mColumn" is set

correctly
This commit is contained in:
troy%netscape.com 2000-03-24 05:04:15 +00:00
Родитель 68620e7b61
Коммит 7007f487f2
2 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -3271,7 +3271,7 @@ nsTextFrame::Reflow(nsIPresContext* aPresContext,
}
}
}
lineLayout.SetColumn(column);
lineLayout.SetColumn(textData.mColumn);
// Inform line layout of how this piece of text ends in whitespace
// (only text objects do this). Note that if x is zero then this

Просмотреть файл

@ -3271,7 +3271,7 @@ nsTextFrame::Reflow(nsIPresContext* aPresContext,
}
}
}
lineLayout.SetColumn(column);
lineLayout.SetColumn(textData.mColumn);
// Inform line layout of how this piece of text ends in whitespace
// (only text objects do this). Note that if x is zero then this