Skip to content

Commit

Permalink
Merge pull request #37 from dennda/centergrid_fix
Browse files Browse the repository at this point in the history
Centergrid value defaults to YES
  • Loading branch information
gmoledina committed Jan 29, 2012
2 parents a27c51c + 04ddbca commit 6f56840
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 6f56840

Please sign in to comment.