From 76701d4383c413109fb76bfdb061f964e1743d01 Mon Sep 17 00:00:00 2001 From: Sasha Koshka Date: Wed, 12 Jun 2024 02:12:24 -0400 Subject: [PATCH] Fix style application part 2 --- internal/system/box.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/system/box.go b/internal/system/box.go index e76c57b..c618f55 100644 --- a/internal/system/box.go +++ b/internal/system/box.go @@ -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 {