mirror of
https://github.com/reactos/reactos.git
synced 2026-06-22 00:12:50 +08:00
CORE-20433 The brush returned from WM_CTLCOLORLISTBOX message is ignored when painting the background. This bug can be found at https://bugs.winehq.org/show_bug.cgi?id=2948 Fixed by handling backgound painting in LISTBOX_PaintItem and LISTBOX_Paint functions. Patch by @I_Kill_Bugs