ariccio / altWinDirStat

An unofficial modification of WinDirStat
Other
623 stars 41 forks source link

Fixes #8 (sorting issue) #11

Closed ariccio closed 9 years ago

ariccio commented 9 years ago

Contrary to the name of this branch, there wasn't a blank header control bug, and thus it's not fixed.


This fixes issue #8, by eliminating the "special" case in CompareS.

The drive-by performance fix is that we don't try to query the uncompressed file size of an item with children (most folders), as that appears to always fail (with access denied).

I also refactored CTreeListItem::SetVisible.

I also added some descriptive comments.

ariccio commented 9 years ago

I created this PR to help keep track of history. I'm merging and closing.