3 Aug
2011
3 Aug
'11
7:24 a.m.
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.