| 272 | } |
| 273 | |
| 274 | void BoxBrush::OnTransformChanged() |
| 275 | { |
| 276 | // Base |
| 277 | Actor::OnTransformChanged(); |
| 278 | |
| 279 | // Fire events |
| 280 | UpdateBounds(); |
| 281 | OnBrushModified(); |
| 282 | } |
| 283 | |
| 284 | void BoxBrush::OnActiveInTreeChanged() |
| 285 | { |
nothing calls this directly
no test coverage detected