On Mon Dec 4 01:54:35 2023 +0000, Brendan McGrath wrote:
changed this line in [version 5 of the diff](/wine/wine/-/merge_requests/4484/diffs?diff_id=87773&start_sha=6ad9c8e4bd4072e59fe3243cabeac43aab8466b6#a7af78b5641e9ec756ea963b78d868ada0627dd1_1487_1473)
As I went to do this, I decided I should also add a test to confirm it matches Windows behavior; but I found it does not. So I've removed the SetPadding code (but I have kept the test which confirms the existing behavior).
Instead, the issue appears to be the `TAB_SetItemBounds` call. It wasn't repainting if the style was TCS_FIXEDWIDTH, which is not what Windows does. So I've now fixed TAB_SetItemBounds and added a test to confirm the new behavior.