mirror of
https://github.com/reactos/wine.git
synced 2024-11-29 06:30:37 +00:00
Update scroll info on WM_SETTEXT.
This commit is contained in:
parent
a118603c55
commit
caa43fe7df
@ -4696,6 +4696,7 @@ static void EDIT_WM_SetText(EDITSTATE *es, LPCWSTR text, BOOL unicode)
|
||||
EDIT_NOTIFY_PARENT(es, EN_UPDATE, "EN_UPDATE");
|
||||
}
|
||||
EDIT_EM_ScrollCaret(es);
|
||||
EDIT_UpdateScrollInfo(es);
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user