Box applies the style to the outer box (oops!)
This commit is contained in:
@@ -510,7 +510,7 @@ func (this *box) doLayout () {
|
||||
}
|
||||
|
||||
func (this *box) doStyle () {
|
||||
this.styleApplicator.apply(this)
|
||||
this.styleApplicator.apply(this.outer)
|
||||
}
|
||||
|
||||
func (this *box) setParent (parent parent) {
|
||||
|
||||
Reference in New Issue
Block a user