diff options
| author | Jeff Carr <[email protected]> | 2023-04-05 21:15:05 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2023-04-05 21:15:05 -0500 |
| commit | 4e69499be4bce986f5685ecbf12f662452b95c97 (patch) | |
| tree | df3ed5f76fa2e094119c36e364e7343cdf72a601 /toolkit/gocui/structs.go | |
| parent | 0c46d57acdd77965747cfc0e4ffd109332d85c89 (diff) | |
gocui: don't try to draw on add()
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'toolkit/gocui/structs.go')
| -rw-r--r-- | toolkit/gocui/structs.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toolkit/gocui/structs.go b/toolkit/gocui/structs.go index 3b10296..62a481f 100644 --- a/toolkit/gocui/structs.go +++ b/toolkit/gocui/structs.go @@ -107,7 +107,7 @@ type cuiWidget struct { realHeight int gocuiSize rectType // the display size of this widget - logicalSize rectType // the logical size. Includes all the child widgets + // logicalSize rectType // the logical size. Includes all the child widgets // used to track the size of grids widths map[int]int // how tall each row in the grid is |
