3 Dec
2025
3 Dec
'25
8:57 a.m.
Fix RoomKey UI freezes. The extra 1 pixel offset causes the application to handle infinite WM_PAINT messages. -- v2: win32u: Remove scrollbar rect offsets when WS_HSCROLL or WS_VSCROLL is present. user32/tests: Test scrollbar rect when WS_HSCROLL or WS_VSCROLL is present. https://gitlab.winehq.org/wine/wine/-/merge_requests/9664