Re: [PATCH 1/2] comctl32: Fix to ComboBoxEx processing of WM_ENABLE message
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.
5248
Age (days ago)
5248
Last active (days ago)
0 comments
1 participants
participants (1)
-
Nikolay Sivov