| 157 | } |
| 158 | |
| 159 | void AbstractCheckButton::setupBackgroundTexture() |
| 160 | { |
| 161 | |
| 162 | this->updateChildrenDisplayedRGBA(); |
| 163 | |
| 164 | updateContentSizeWithTextureSize(_backGroundBoxRenderer->getContentSize()); |
| 165 | _backGroundBoxRendererAdaptDirty = true; |
| 166 | } |
| 167 | |
| 168 | void AbstractCheckButton::loadTextureBackGround(SpriteFrame* spriteFrame) |
| 169 | { |
no test coverage detected