Compare commits

..

No commits in common. "01582d4ad1aca1669d128d374a5e59b3ddd288be" and "85b853692558ba991217d23c9f5bfcfdd005b9dc" have entirely different histories.

2 changed files with 0 additions and 2 deletions

View File

@ -173,7 +173,6 @@ func (this *containerBox) setAttr (attr tomo.Attr, user bool) {
case tomo.AttrOverflow:
if this.attrOverflow.Set(attr, user) {
this.invalidateLayout()
this.invalidateMinimum()
}
case tomo.AttrLayout:

View File

@ -167,7 +167,6 @@ func (this *textBox) setAttr (attr tomo.Attr, user bool) {
case tomo.AttrOverflow:
if this.attrOverflow.Set(attr, user) {
this.invalidateMinimum()
this.invalidateLayout()
}