http://bugs.winehq.org/show_bug.cgi?id=2948
------- Additional Comments From samuellb@bredband.net 2005-09-05 08:30 ------- Created an attachment (id=868) --> (http://bugs.winehq.org/attachment.cgi?id=868&action=view) Patch for edit controls
- The brush returned in WM_CTLCOLOREDIT is used for painting the background (didn't work due to a bug (?) in FillRect. Fixed with SelectObject). If it's a pen its converted to a brush. - If there's no text background selected with SetBkColor it uses the same color as the background brush. - The border is visible and is black if WS_BORDER is set (didn't work due to missing SelectObject).