3 Jul
2023
3 Jul
'23
9:32 a.m.
From: Vladislav Timonin <timoninvlad(a)yandex.ru> --- dlls/comctl32/edit.c | 1 + 1 file changed, 1 insertion(+) diff --git a/dlls/comctl32/edit.c b/dlls/comctl32/edit.c index 24ef8a43c17..9a98a03f7bd 100644 --- a/dlls/comctl32/edit.c +++ b/dlls/comctl32/edit.c @@ -3380,6 +3380,7 @@ static LRESULT EDIT_WM_KeyDown(EDITSTATE *es, INT key) { if (!notify_parent(es, EN_UPDATE)) break; notify_parent(es, EN_CHANGE); + EDIT_EM_ScrollCaret(es); } } break; -- GitLab https://gitlab.winehq.org/wine/wine/-/merge_requests/3226