March 19, 2026
10:11 p.m.
Zhiyi Zhang (@zhiyi) commented about dlls/comctl32_v6/static.c:
StretchBlt(hdc, rcClient.left, rcClient.top, rcClient.right - rcClient.left, rcClient.bottom - rcClient.top, hMemDC, 0, 0, bm.bmWidth, bm.bmHeight, SRCCOPY); + SetStretchBltMode( hdc, prev_mode );
Let's not add spaces inside the parentheses. The code nearby doesn't have them. Otherwise, it looks good to me. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/10389#note_132932