diff options
Diffstat (limited to 'redraw.go')
| -rw-r--r-- | redraw.go | 8 |
1 files changed, 0 insertions, 8 deletions
@@ -31,18 +31,10 @@ func (n *Node) redo(plug *aplug) { a.WidgetType = n.WidgetType a.WidgetId = n.id - // used for new Windows -// a.Width = n.Width -// a.Height = n.Height - // used for anything that needs a range a.X = n.X a.Y = n.Y - // implement here for grids and tables ? -// a.NextX = n.NextX -// a.NextY = n.NextY - // used for values a.I = n.I a.S = n.S |
