it no longer lets WM_COMMAND fall through to WM_NOTIFY

This commit is contained in:
zeromus 2009-12-22 17:51:47 +00:00
parent c7baaff898
commit 1058078891
1 changed files with 1 additions and 0 deletions

View File

@ -5207,6 +5207,7 @@ DOKEYDOWN:
default:
return 0;
}
break;
case WM_NOTIFY:
{