| 291 | } |
| 292 | |
| 293 | void BoxBrush::OnOrderInParentChanged() |
| 294 | { |
| 295 | // Base |
| 296 | Actor::OnOrderInParentChanged(); |
| 297 | |
| 298 | // Fire event |
| 299 | OnBrushModified(); |
| 300 | } |
| 301 | |
| 302 | void BoxBrush::OnParentChanged() |
| 303 | { |
nothing calls this directly
no test coverage detected