mirror of https://github.com/buggins/dlangui.git
Moved back to EditBox
This commit is contained in:
parent
435c10c662
commit
cfff2982e8
|
@ -1291,8 +1291,6 @@ class EditWidgetBase : ScrollWidgetBase, EditableContentListener, MenuItemAction
|
||||||
super.handleFocusChange(focused);
|
super.handleFocusChange(focused);
|
||||||
}
|
}
|
||||||
|
|
||||||
protected int _firstVisibleLine;
|
|
||||||
|
|
||||||
//In word wrap mode, set by caretRect so ensureCaretVisible will know when to scroll
|
//In word wrap mode, set by caretRect so ensureCaretVisible will know when to scroll
|
||||||
protected int caretHeightOffset;
|
protected int caretHeightOffset;
|
||||||
|
|
||||||
|
@ -2553,7 +2551,7 @@ class EditBox : EditWidgetBase {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
//protected int _firstVisibleLine;
|
protected int _firstVisibleLine;
|
||||||
|
|
||||||
protected int _maxLineWidth;
|
protected int _maxLineWidth;
|
||||||
protected int _numVisibleLines; // number of lines visible in client area
|
protected int _numVisibleLines; // number of lines visible in client area
|
||||||
|
|
Loading…
Reference in New Issue