mirror of
https://github.com/reactos/reactos.git
synced 2025-08-04 23:25:45 +00:00
[WINESYNC][COMCTL32] Move caret to the end on "select all" (#7939)
CORE-19903
comctl32/edit: Scroll caret on Ctrl+A.
wine commit id e71087cd39
by Vladislav Timonin <timoninvlad@yandex.ru>
This commit is contained in:
parent
2aa6fc1c7f
commit
2e7cfa0400
1 changed files with 3 additions and 0 deletions
|
@ -3469,6 +3469,9 @@ static LRESULT EDIT_WM_KeyDown(EDITSTATE *es, INT key)
|
||||||
{
|
{
|
||||||
if (!notify_parent(es, EN_UPDATE)) break;
|
if (!notify_parent(es, EN_UPDATE)) break;
|
||||||
notify_parent(es, EN_CHANGE);
|
notify_parent(es, EN_CHANGE);
|
||||||
|
#ifdef __REACTOS__
|
||||||
|
EDIT_EM_ScrollCaret(es);
|
||||||
|
#endif
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue