cocos2d-objc icon indicating copy to clipboard operation
cocos2d-objc copied to clipboard

zoomWhenHighlighted in CCButton doesn't cancel actions correctly

Open vexxed opened this issue 11 years ago • 1 comments

stateChanged the code calls stopAllActions on the _label, but fails to call stopAllActions on _background. Adding

[_background stopAllActions];

at line 324 fixes the problem.

vexxed avatar Mar 18 '14 22:03 vexxed

I would suggest making a pull request.

jjxtra avatar Mar 21 '14 19:03 jjxtra