Skip to content

Commit

Permalink
Merge pull request steipete#343 from nxtbgthng/feature/fix-collection…
Browse files Browse the repository at this point in the history
…-data-updateItemCounts

Bug fix in  -[PSTCollectionViewData updateItemCounts]
  • Loading branch information
steipete committed Jul 16, 2013
2 parents 27916d5 + a4890ef commit 03ca86f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions PSTCollectionView/PSTCollectionViewData.m
Expand Up @@ -203,6 +203,7 @@ - (void)updateItemCounts {
_numItems = 0;
free(_sectionItemCounts);
_sectionItemCounts = 0;
_collectionViewDataFlags.itemCountsAreValid = YES;
return;
}
// allocate space
Expand Down

0 comments on commit 03ca86f

Please sign in to comment.