refactor compact widgets into recursive gridbufferer

This commit is contained in:
Bradley Cicenas
2017-02-26 06:22:50 +00:00
parent 381f1da602
commit b84e22fb90
4 changed files with 149 additions and 88 deletions

View File

@@ -37,7 +37,7 @@ func (c *Container) Expand() {
curWidgets = c.widgets
c.widgets = widgets.NewExpanded(c.ShortID(), c.ShortName())
c.widgets.Render()
c.widgets.Render(0, 0)
c.widgets = curWidgets
}