| 563 | } |
| 564 | |
| 565 | void LayerIgnoreAnchorPointPos::onToggle(Object* pObject) |
| 566 | { |
| 567 | auto layer = this->getChildByTag(kLayerIgnoreAnchorPoint); |
| 568 | bool ignore = layer->isIgnoreAnchorPointForPosition(); |
| 569 | layer->setIgnoreAnchorPointForPosition(!ignore); |
| 570 | } |
| 571 | |
| 572 | std::string LayerIgnoreAnchorPointPos::title() const |
| 573 | { |
nothing calls this directly
no test coverage detected