mirror of https://github.com/buggins/dlangui.git
Set need rewrap true by default
This commit is contained in:
parent
05a8dd7bdc
commit
8df39f232b
|
@ -3451,7 +3451,7 @@ class EditBox : EditWidgetBase {
|
|||
_span = [];
|
||||
}
|
||||
|
||||
private bool needRewrap;
|
||||
private bool needRewrap = true;
|
||||
private int lastStartingLine;
|
||||
|
||||
override protected void drawClient(DrawBuf buf) {
|
||||
|
|
Loading…
Reference in New Issue