http://bugs.winehq.org/show_bug.cgi?id=29181
Bug #: 29181 Summary: Combo box doesn't get a background in dialog editor Product: Wine Version: 1.3.33 Platform: x86 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: user32 AssignedTo: wine-bugs@winehq.org ReportedBy: toni.spets@iki.fi Classification: Unclassified
Created attachment 37647 --> http://bugs.winehq.org/attachment.cgi?id=37647 Hack for background drawing
When using a resource editor like ResEdit to create dialogs, combo boxes have CBF_EDIT set and the white background is not drawn and the dialog background is seen instead.
Attached a patch that workarounds the problem for this case. It is probably not the correct fix as there must be a reason why CBF_EDIT state control background is not drawn. Of course on Windows the combo box background is drawn with this program.