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 = [];
|
_span = [];
|
||||||
}
|
}
|
||||||
|
|
||||||
private bool needRewrap;
|
private bool needRewrap = true;
|
||||||
private int lastStartingLine;
|
private int lastStartingLine;
|
||||||
|
|
||||||
override protected void drawClient(DrawBuf buf) {
|
override protected void drawClient(DrawBuf buf) {
|
||||||
|
|
Loading…
Reference in New Issue