mirror of
https://github.com/reactos/reactos.git
synced 2024-11-18 21:13:52 +00:00
[RAPPS]
- A quick fix for counter - used a list that is not updated prior to the message svn path=/branches/GSoC_2017/rapps/; revision=75413
This commit is contained in:
parent
ec9d05004b
commit
9b5e78353a
1 changed files with 1 additions and 1 deletions
|
@ -1023,7 +1023,7 @@ private:
|
|||
/* Check if the item is checked */
|
||||
if ((pnic->uNewState & LVIS_STATEIMAGEMASK) && !bUpdating)
|
||||
{
|
||||
BOOL checked = m_ListView->GetCheckState(pnic->iItem);
|
||||
BOOL checked = ListView_GetCheckState(pnic->hdr.hwndFrom, pnic->iItem);
|
||||
nSelectedApps += (checked) ? 1 : -1;
|
||||
UpdateStatusBarText();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue