[Bug 2948] WM_CTLCOLOREDIT & LISTBOX return ignored and pen bug

Wine Bugs wine-bugs at winehq.org
Mon May 9 08:30:12 CDT 2005


http://bugs.winehq.org/show_bug.cgi?id=2948





------- Additional Comments From samuellb at 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).

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the wine-bugs mailing list