Skip to content

Commit

Permalink
Fix split in a theme override container
Browse files Browse the repository at this point in the history
  • Loading branch information
andydotxyz committed Oct 10, 2024
1 parent 96834cb commit 1325f0d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions container/split.go
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,9 @@ func (r *splitContainerRenderer) Refresh() {
r.objects[2] = r.split.Trailing
r.Layout(r.split.Size())

r.split.Leading.Refresh()
r.divider.Refresh()
r.split.Trailing.Refresh()
canvas.Refresh(r.split)
}

Expand Down

0 comments on commit 1325f0d

Please sign in to comment.