[Bug 47794] Rockstar Games Launcher installer button images do not display

WineHQ Bugzilla wine-bugs at winehq.org
Wed Apr 1 01:11:48 CDT 2020


https://bugs.winehq.org/show_bug.cgi?id=47794

Nikolay Sivov <bunglehead at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|user32                      |comctl32

--- Comment #3 from Nikolay Sivov <bunglehead at gmail.com> ---
Turns out it's a feature of comctl32 v6 buttons. It continues to draw bitmaps
even after original object was deleted. Class button control from user32
behaves like wine currently does - it fails to draw. However BM_GETIMAGE return
value is consistent and is always the original handle.

-- 
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.



More information about the wine-bugs mailing list