Fixed bug #2885 - the linebreaker couldn't handle a special case...

git-svn-id: svn://10.0.0.236/trunk@21705 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
kipp%netscape.com
1999-02-24 05:24:06 +00:00
parent 171a394ac1
commit 93a84ec681
2 changed files with 4 additions and 2 deletions

View File

@@ -2123,7 +2123,8 @@ TextFrame::Reflow(nsIPresContext& aPresContext,
#endif
lineLayout.ForgetWordFrame(this);
}
else {
if (!lineLayout.InWord()) {
// There is no currently active word. This frame may contain the
// start of one.
if (endsInWhitespace) {