Skip to content

Commit

Permalink
Fix centerGrid option to adhere to docs. It said it defaulted to YES,…
Browse files Browse the repository at this point in the history
… but it didn't. Defaults to YES now.
  • Loading branch information
dennda committed Jan 28, 2012
1 parent a27c51c commit 04ddbca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions GMGridView/GMGridView.m
Expand Up @@ -257,6 +257,7 @@ - (void)commonInit


_sortFuturePosition = GMGV_INVALID_POSITION; _sortFuturePosition = GMGV_INVALID_POSITION;
_itemSize = CGSizeZero; _itemSize = CGSizeZero;
_centerGrid = YES;


_lastScale = 1.0; _lastScale = 1.0;
_lastRotation = 0.0; _lastRotation = 0.0;
Expand Down

0 comments on commit 04ddbca

Please sign in to comment.