From: Vladislav Timonin timoninvlad@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;