focus new thing this process needs fixes

This commit is contained in:
Adam D. Ruppe 2023-03-02 09:11:56 -05:00
parent ea97a021a3
commit 39627cc5bd
1 changed files with 3 additions and 0 deletions

View File

@ -12329,6 +12329,9 @@ abstract class EditableTextWidget : EditableTextWidgetParent {
version(use_new_text_system)
override int maxHeight() { return tdh.maxHeight; }
version(use_new_text_system)
override void focus() { if(tdh) tdh.focus(); }
void selectAll() {
version(win32_widgets)
SendMessage(hwnd, EM_SETSEL, 0, -1);