| 231 | } |
| 232 | |
| 233 | void AbstractCheckButton::setupFrontCrossTexture() |
| 234 | { |
| 235 | this->updateChildrenDisplayedRGBA(); |
| 236 | _frontCrossRendererAdaptDirty = true; |
| 237 | } |
| 238 | |
| 239 | void AbstractCheckButton::loadTextureBackGroundDisabled(std::string_view backGroundDisabled, TextureResType texType) |
| 240 | { |
no test coverage detected