From 01582d4ad1aca1669d128d374a5e59b3ddd288be Mon Sep 17 00:00:00 2001 From: Sasha Koshka Date: Sat, 27 Jul 2024 13:47:22 -0400 Subject: [PATCH] Same for TextBox --- internal/system/textbox.go | 1 + 1 file changed, 1 insertion(+) diff --git a/internal/system/textbox.go b/internal/system/textbox.go index 399b882..8764672 100644 --- a/internal/system/textbox.go +++ b/internal/system/textbox.go @@ -167,6 +167,7 @@ func (this *textBox) setAttr (attr tomo.Attr, user bool) { case tomo.AttrOverflow: if this.attrOverflow.Set(attr, user) { + this.invalidateMinimum() this.invalidateLayout() }