comctl32/treeview: Fix test failure on Vista.

This commit is contained in:
Nikolay Sivov 2009-08-12 15:52:36 +04:00 committed by Alexandre Julliard
parent 4a9a432841
commit 1dfd55ff9a
1 changed files with 1 additions and 0 deletions

View File

@ -94,6 +94,7 @@ static const struct message focus_seq[] = {
{ WM_PAINT, sent|defwinproc },
{ WM_IME_SETCONTEXT, sent|defwinproc|optional },
{ WM_COMMAND, sent|wparam|defwinproc, MAKEWPARAM(0, EN_SETFOCUS) },
{ WM_ERASEBKGND, sent|defwinproc|optional },
{ WM_CTLCOLOREDIT, sent|defwinproc|optional },
{ WM_CTLCOLOREDIT, sent|defwinproc|optional },
{ 0 }