mirror of
https://github.com/reactos/reactos.git
synced 2025-06-12 15:18:30 +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 */
|
/* Check if the item is checked */
|
||||||
if ((pnic->uNewState & LVIS_STATEIMAGEMASK) && !bUpdating)
|
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;
|
nSelectedApps += (checked) ? 1 : -1;
|
||||||
UpdateStatusBarText();
|
UpdateStatusBarText();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue