Hi, Richard.comctl32: Fix to ComboBoxEx processing of WM_ENABLE messageThis fixes some of the issues mentioned in bug 27920
No need for a trace here, all messages are already traced at procedure level.+static LRESULT COMBOEX_Enable (COMBOEX_INFO *infoPtr, BOOL enable) +{ + TRACE("hwnd=%p, enable=%s\n", infoPtr->hwndSelf, enable ? "TRUE":"FALSE");