From 42048ba99741827972a60a88b8ad03c6a0e4e801 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Thu, 22 Feb 2024 19:27:49 -0600 Subject: seperate mirror code --- table.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'table.go') diff --git a/table.go b/table.go index 292bdd1..52a4fee 100644 --- a/table.go +++ b/table.go @@ -18,7 +18,7 @@ type mytable struct { func (t *Table) NewRow() *TableRow { r := new(myRow) - r.first = + r.first = r.Cell1 = whatever widget type first is r.Cell2 = whatever widget type song is @@ -32,4 +32,3 @@ type songTable TableDef { func makeSongTable() { tb := NewTable(5) */ - -- cgit v1.2.3