(svn r25524) -Fix [FS#5624]: fallback layouter broke on long "words" without space after a newline

pull/155/head
rubidium 11 years ago
parent 76bcf534e2
commit 670ea9501c

@ -324,6 +324,9 @@ ParagraphLayout::Line *ParagraphLayout::nextLine(int max_width)
next_run = this->buffer_begin + iter->first + 1; next_run = this->buffer_begin + iter->first + 1;
begin = this->buffer; begin = this->buffer;
last_char = begin;
last_space = NULL;
} }
if (IsWhitespace(c)) last_space = this->buffer; if (IsWhitespace(c)) last_space = this->buffer;

Loading…
Cancel
Save