Improve comment.

This commit is contained in:
Michael Drake 2014-09-17 19:00:20 +01:00
parent 87c5753d49
commit 2dc8459c84

View File

@ -947,9 +947,10 @@ static bool textarea_reflow_multiline(struct textarea *ta,
ta->pad_top - ta->pad_bottom) / ta->pad_top - ta->pad_bottom) /
ta->line_height; ta->line_height;
/* Have to start on line before where the changes are in case an /* Start on the line before the first change, in case the
* added space makes the text before the space on a soft-wrapped line * modification on this line alters what fits on the line
* fit on the line above */ * above. For example adding a space or deleting text on
* a soft-wrapped line */
if (start != 0) if (start != 0)
start--; start--;