[COMCTL32][SHELL32] Fix arrow keys and reordering on ListView (#3162)
authorKatayama Hirofumi MZ <katayama.hirofumi.mz@gmail.com>
Thu, 17 Sep 2020 13:18:34 +0000 (22:18 +0900)
committerGitHub <noreply@github.com>
Thu, 17 Sep 2020 13:18:34 +0000 (22:18 +0900)
commit8c87489a43ce04b4f8a83bf75a5c1712a315146f
tree4784deed1daa57a261dc700a145794a96fdfc7e8
parent0f66c66f72ab8b1ce05d01f88624033cb7dc23b7
[COMCTL32][SHELL32] Fix arrow keys and reordering on ListView (#3162)

- Disable special auto-arrange codes in LISTVIEW_GetNextItem function.
- Add auto-arrange reordering codes on CDefView.
CORE-16875
dll/win32/comctl32/listview.c
dll/win32/shell32/CDefView.cpp