mirror of https://github.com/adamdruppe/arsd.git
focus forward to text display helper sot he call jsut works
This commit is contained in:
parent
a487424f1d
commit
1d608a763a
|
@ -12407,7 +12407,7 @@ abstract class EditableTextWidget : EditableTextWidgetParent {
|
||||||
override int maxHeight() { return tdh.maxHeight; }
|
override int maxHeight() { return tdh.maxHeight; }
|
||||||
|
|
||||||
version(use_new_text_system)
|
version(use_new_text_system)
|
||||||
override void focus() { if(tdh) tdh.focus(); }
|
override void focus() { if(tdh) tdh.focus(); else super.focus(); }
|
||||||
|
|
||||||
void selectAll() {
|
void selectAll() {
|
||||||
version(win32_widgets)
|
version(win32_widgets)
|
||||||
|
|
Loading…
Reference in New Issue