Fix style application part 2

This commit is contained in:
Sasha Koshka 2024-06-12 02:12:24 -04:00
parent 6619987b5a
commit 76701d4383

View File

@ -479,7 +479,7 @@ func (this *box) setParent (parent parent) {
this.SetFocused(false)
}
this.parent = parent
this.recursiveReApply()
this.outer.recursiveReApply()
}
func (this *box) getParent () parent {