Compare commits
No commits in common. "01582d4ad1aca1669d128d374a5e59b3ddd288be" and "85b853692558ba991217d23c9f5bfcfdd005b9dc" have entirely different histories.
01582d4ad1
...
85b8536925
@ -173,7 +173,6 @@ func (this *containerBox) setAttr (attr tomo.Attr, user bool) {
|
|||||||
case tomo.AttrOverflow:
|
case tomo.AttrOverflow:
|
||||||
if this.attrOverflow.Set(attr, user) {
|
if this.attrOverflow.Set(attr, user) {
|
||||||
this.invalidateLayout()
|
this.invalidateLayout()
|
||||||
this.invalidateMinimum()
|
|
||||||
}
|
}
|
||||||
|
|
||||||
case tomo.AttrLayout:
|
case tomo.AttrLayout:
|
||||||
|
@ -167,7 +167,6 @@ func (this *textBox) setAttr (attr tomo.Attr, user bool) {
|
|||||||
|
|
||||||
case tomo.AttrOverflow:
|
case tomo.AttrOverflow:
|
||||||
if this.attrOverflow.Set(attr, user) {
|
if this.attrOverflow.Set(attr, user) {
|
||||||
this.invalidateMinimum()
|
|
||||||
this.invalidateLayout()
|
this.invalidateLayout()
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user