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. ![Screenshot_from_2022-08-22_11-04-57](/uploads/6c51e3d86403fd52a71e765cfecd075d/Screenshot_from_2022-08-22_11-04-57.png) ![Screenshot_from_2022-08-22_11-05-28](/uploads/4682a15c445f2d78b5a9b5b2c4c90e75/Screenshot_from_2022-08-22_11-05-28.png)
I replaced `button[2].iBitmap = HIST_UP` with `button[2].iBitmap = HIST_VIEWTREE + 1`, this is the result:
![](/uploads/6af132b1ea3c302eaeb1cc5a67945b12/image.png)