Re: [PATCH v7 0/1] MR672: comdlg32: Common item dialog fixes
On Sun Aug 21 23:11:44 2022 +0000, Ben Cottrell wrote:
After making the changes, the icons for explorer and the common item dialog are missing, possibly due to out of bounds memory reads, but I don't know the cause, especially as adding trace+comctl32 to the WINEDEBUG environment variable doesn't produce useful messages.   I replaced `button[2].iBitmap = HIST_UP` with `button[2].iBitmap = HIST_VIEWTREE + 1`, this is the result:
 -- https://gitlab.winehq.org/wine/wine/-/merge_requests/672#note_6644
participants (1)
-
Davide Beatrici (@davidebeatrici)