https://bugs.winehq.org/show_bug.cgi?id=42566
Bug ID: 42566 Summary: Edit control uses WM_PAINT instead of WM_ERASEBKGND Product: Wine Version: 2.0 Hardware: x86 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: user32 Assignee: wine-bugs@winehq.org Reporter: james.tabor@reactos.org Distribution: ---
Created attachment 57478 --> https://bugs.winehq.org/attachment.cgi?id=57478 Test Program
In Windows, the edit control uses the WM_ERASEBKGND message to erase the background but the Wine edit control uses the WM_PAINT message. Test app included..