commit | 3872d0a2182d646db2d5fa8e868363b786806792 | [log] [tgz] |
---|---|---|
author | Stephane Lussier <stephane@macadamian.com> | Mon Sep 18 01:39:27 2000 +0000 |
committer | Alexandre Julliard <julliard@winehq.org> | Mon Sep 18 01:39:27 2000 +0000 |
tree | 1dd8b45d3ad9c4868286465ecf97fe647ead27f5 | |
parent | f37e3a471bf77e233fb836f4c2556305a059b0a2 [diff] |
Sorting items in a listview using LVW_SORTITEMS is only sorting the items and not the subitems. This patch fix this issue. I've remove the temporary Sortlist, it was not necessary to create another list, and it was buggy.