focus forward to text display helper sot he call jsut works

This commit is contained in:
Adam D. Ruppe 2023-05-23 09:43:42 -04:00
parent a487424f1d
commit 1d608a763a
1 changed files with 1 additions and 1 deletions

View File

@ -12407,7 +12407,7 @@ abstract class EditableTextWidget : EditableTextWidgetParent {
override int maxHeight() { return tdh.maxHeight; }
version(use_new_text_system)
override void focus() { if(tdh) tdh.focus(); }
override void focus() { if(tdh) tdh.focus(); else super.focus(); }
void selectAll() {
version(win32_widgets)