From 79694263c06ab9ffc74489467e9f1c431ef57224 Mon Sep 17 00:00:00 2001 From: Andy Williams Date: Sun, 30 Jun 2024 20:17:54 +0100 Subject: [PATCH] Expand doc --- container/theme.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/container/theme.go b/container/theme.go index 838c74ff2c..1078f7e597 100644 --- a/container/theme.go +++ b/container/theme.go @@ -24,8 +24,8 @@ type ThemeOverride struct { // Containers will be traversed and all child widgets will reflect the theme in this container. // This should be used sparingly to avoid a jarring user experience. // -// If the content `obj` of this theme override is a container and items are later added to the container -// ensure that you call `Refresh()` on this `ThemeOverride` to ensure the new items match the theme. +// If the content `obj` of this theme override is a container and items are later added to the container or any +// sub-containers ensure that you call `Refresh()` on this `ThemeOverride` to ensure the new items match the theme. // // Since: 2.5 func NewThemeOverride(obj fyne.CanvasObject, th fyne.Theme) *ThemeOverride {