Set need rewrap true by default

This commit is contained in:
James Johnson 2018-01-11 08:23:07 -05:00
parent 05a8dd7bdc
commit 8df39f232b
1 changed files with 1 additions and 1 deletions

View File

@ -3451,7 +3451,7 @@ class EditBox : EditWidgetBase {
_span = [];
}
private bool needRewrap;
private bool needRewrap = true;
private int lastStartingLine;
override protected void drawClient(DrawBuf buf) {