diff --git a/center.go b/center.go index f5c0130..e767ffa 100644 --- a/center.go +++ b/center.go @@ -62,6 +62,7 @@ func (c *Center) Draw(screen tcell.Screen) { height = inHeight } + c.Box.Draw(screen) c.primitive.SetRect(x, y, width, height) c.primitive.Draw(screen) }