()
| 432 | } |
| 433 | |
| 434 | func (wb *WidgetBase) onClearedGraphicsEffects() error { |
| 435 | wb.invalidateBorderInParent() |
| 436 | |
| 437 | return nil |
| 438 | } |
| 439 | |
| 440 | func (wb *WidgetBase) invalidateBorderInParent() { |
| 441 | if !wb.hasActiveGraphicsEffects() { |
nothing calls this directly
no test coverage detected