-
Notifications
You must be signed in to change notification settings - Fork 37
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[win32] LvData: hListView is used even for regular RFT_LISTDATA.
This fixes a seemingly-empty ListView for e.g. Win32 export/import tables and a bunch of assertions in the debug build. Initialize hListView (and optionally pField) in the LvData constructor using explicit constructor arguments. RP_ShellPropSheetExt_Private::updateMulti(): Check for a non-NULL pField instead of hListView, since hListView is always set now. It *may* have been introduced in commit 8cf01a1. ([win32] RP_ShellPropSheetExt: Initial RFT_LISTDATA sorting functionality) Affects: v1.8 - v2.2.3 (Windows only) Fixes #413: Exports/Imports table in win32 shell ext page showing blank rows Reported by @ksharperd.
- Loading branch information
1 parent
fcfeea7
commit 59c3d23
Showing
3 changed files
with
11 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters