We are migrating issue tracker of Cocos2d-x Project to Github, please create new issue there. Thanks.
CCScrollView should override removeChild
CCScrollView should override removeChild
Bug #4669 [Closed]
Redmine issue system is closed, we are using github issue system instead.
This issue was moved to https://github.com/cocos2d/cocos2d-x/issues/8396
Status: | Closed | |
---|---|---|
Start date: | 2014-04-03 | |
Priority: | Low | |
Due date: | ||
Assignee: | - | |
% Done: | 0% |
|
Category: | all | |
Target version: | - |
CCScrollView should override removeChild as currently when you do scrollView->addChild(node) it works fine, but then scrollView->removeChild(node) can not find node.