Same for TextBox

This commit is contained in:
Sasha Koshka 2024-07-27 13:47:22 -04:00
parent 3941dae44a
commit 01582d4ad1

View File

@ -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()
}