mirror of
https://github.com/reactos/reactos.git
synced 2025-06-24 15:00:41 +00:00
[SYSDM]: Fix a SendDlgItemMessage(LB_GETITEMDATA) call that missed the index of the list item being selected. This fixes setting the page file for the actual selected disk.
Caught by "cagey45" contributor on the forums: https://reactos.org/forum/viewtopic.php?f=9&t=16439 ; see also CORE-1151. svn path=/trunk/; revision=74657
This commit is contained in:
parent
9187043762
commit
4ba7bf7dbe
1 changed files with 1 additions and 1 deletions
|
@ -406,7 +406,7 @@ OnSet(PVIRTMEM pVirtMem)
|
|||
DriveIndex = SendDlgItemMessage(pVirtMem->hSelf,
|
||||
IDC_PAGEFILELIST,
|
||||
LB_GETITEMDATA,
|
||||
0,
|
||||
(WPARAM)Index,
|
||||
0);
|
||||
|
||||
/* Check if custom settings are checked */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue