https://bugs.winehq.org/show_bug.cgi?id=38320
Bug ID: 38320 Summary: HDM_SETORDERARRAY sent to ListView header doesn't affect column order in a list Product: Wine Version: 1.7.39 Hardware: x86 OS: Linux Status: NEW Severity: minor Priority: P2 Component: comctl32 Assignee: wine-bugs@winehq.org Reporter: bunglehead@gmail.com Distribution: ---
We currently only support LVM_SETCOLUMNORDERARRAY to do same thing. When header items are reordered separately with HDM_SETORDERARRAY cached column data at ListView side is not updated accordingly (there's no notification to do that).
https://bugs.winehq.org/show_bug.cgi?id=38320
Nikolay Sivov bunglehead@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Summary|HDM_SETORDERARRAY sent to |HDM_SETORDERARRAY sent to |ListView header doesn't |ListViews's header doesn't |affect column order in a |affect column order in a |list |list
https://bugs.winehq.org/show_bug.cgi?id=38320
--- Comment #1 from Gijs Vermeulen gijsvrm@gmail.com --- Nikolay, is this still present? If so, is there a way to test this in the future?
https://bugs.winehq.org/show_bug.cgi?id=38320
--- Comment #2 from Nikolay Sivov bunglehead@gmail.com --- It should still be present, yes. I don't think we have a test for it. I don't recall if simply getting rid of separate column data is possible, so we don't have to keep it at sync.