[PATCH 1/2] comctl32: Fix to ComboBoxEx processing of WM_ENABLE message

Nikolay Sivov bunglehead at gmail.com
Wed Aug 3 02:24:06 CDT 2011


On 8/3/2011 02:49, Richard Bradbrook wrote:
> comctl32: Fix to ComboBoxEx processing of WM_ENABLE message
> This fixes some of the issues mentioned in bug 27920
Hi, Richard.

Few comments:

> +static LRESULT COMBOEX_Enable (COMBOEX_INFO *infoPtr, BOOL enable)
> +{
> +    TRACE("hwnd=%p, enable=%s\n", infoPtr->hwndSelf, enable ? "TRUE":"FALSE");
No need for a trace here, all messages are already traced at procedure 
level.

Also please add tests that show disabled edit box and disabled combo 
after switching ComboEx state.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.winehq.org/pipermail/wine-devel/attachments/20110803/845807a8/attachment.htm>


More information about the wine-devel mailing list