diff options
Diffstat (limited to 'new-structs.go')
| -rw-r--r-- | new-structs.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/new-structs.go b/new-structs.go index e6b947e..f806696 100644 --- a/new-structs.go +++ b/new-structs.go @@ -67,6 +67,7 @@ type Node struct { uiText *ui.EditableCombobox uiMultilineEntry *ui.MultilineEntry uiGroup *ui.Group + uiGrid *ui.Grid } func (n *Node) Parent() *Node { |
