| 265 | } |
| 266 | |
| 267 | void AbstractCheckButton::setupBackgroundDisable() |
| 268 | { |
| 269 | this->updateChildrenDisplayedRGBA(); |
| 270 | |
| 271 | _backGroundBoxDisabledRendererAdaptDirty = true; |
| 272 | } |
| 273 | |
| 274 | void AbstractCheckButton::loadTextureFrontCrossDisabled(std::string_view frontCrossDisabled, TextureResType texType) |
| 275 | { |
no test coverage detected