(index int, effect WidgetGraphicsEffect)
| 426 | } |
| 427 | |
| 428 | func (wb *WidgetBase) onRemovedGraphicsEffect(index int, effect WidgetGraphicsEffect) error { |
| 429 | wb.invalidateBorderInParent() |
| 430 | |
| 431 | return nil |
| 432 | } |
| 433 | |
| 434 | func (wb *WidgetBase) onClearedGraphicsEffects() error { |
| 435 | wb.invalidateBorderInParent() |
nothing calls this directly
no test coverage detected