| 200 | } |
| 201 | |
| 202 | void AbstractCheckButton::setupBackgroundSelectedTexture() |
| 203 | { |
| 204 | this->updateChildrenDisplayedRGBA(); |
| 205 | _backGroundSelectedBoxRendererAdaptDirty = true; |
| 206 | } |
| 207 | |
| 208 | void AbstractCheckButton::loadTextureFrontCross(std::string_view cross, TextureResType texType) |
| 209 | { |
no test coverage detected