https://bugs.winehq.org/show_bug.cgi?id=44845
Alex Henrie alexhenrie24@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Attachment #61169|0 |1 is obsolete| |
--- Comment #16 from Alex Henrie alexhenrie24@gmail.com --- Comment on attachment 61169 --> https://bugs.winehq.org/attachment.cgi?id=61169 [PATCH] comctl32: Reduce listview detail view scroll width by 1px
I wrote a test program and determined that there is no off-by-one error in our computation of the report listview horizontal scroll maximum. On both Windows and Wine, the horizontal scrollbar appears exactly when the item width is greater than the client area width. In other words, my patch is wrong and would create more problems.
The bug is definitely somewhere in comctl32 though, because the installer works perfectly after running `winetricks comctl32`.