https://bugs.winehq.org/show_bug.cgi?id=38282
Bug ID: 38282 Summary: Header control fails to update/synchronize listview when columns order changes Product: Wine Version: 1.7.39 Hardware: x86 OS: Linux Status: NEW Severity: normal Priority: P2 Component: comctl32 Assignee: wine-bugs@winehq.org Reporter: dmitry@baikal.ru Distribution: ---
Most simple way to reproduce this is with built-in taskmgr.
1. wine taskmgr 2. switch to 'Processes' tab 3. drag 'PID' column header after/before 'Image Name' 4. observe painting bugs 5. restart taskmgr and see that header order doesn't match listview contents
Seems to be a comctl32 bug since installing a native one with winetricks fixes the problem.