diff options
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 6ab77cf..27059fd 100644 --- a/toolkit/gocui/structs.go +++ b/toolkit/gocui/structs.go @@ -98,7 +98,7 @@ type cuiWidget struct { realWidth int realHeight int - realSize rectType // the display size of this widget + gocuiSize rectType // the display size of this widget logicalSize rectType // the logical size. Includes all the child widgets // used to track the size of grids |
