We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45a98e9 commit 6904cdeCopy full SHA for 6904cde
cocos2d-ui/CCTableView.m
@@ -82,6 +82,7 @@ - (id) init
82
_button.contentSizeType = CCSizeTypeNormalized;
83
_button.preferredSize = CGSizeMake(1, 1);
84
_button.anchorPoint = ccp(0, 0);
85
+ _button.zoomWhenHighlighted = NO;
86
[_button setTarget:self selector:@selector(pressedCell:)];
87
[self addChild:_button z:-1];
88
0 commit comments