diff options
Diffstat (limited to 'checkbox.go')
| -rw-r--r-- | checkbox.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/checkbox.go b/checkbox.go index 0bae487..71c2b77 100644 --- a/checkbox.go +++ b/checkbox.go @@ -80,6 +80,6 @@ func (c *Checkbox) setRect(x int, y int, width int, height int, rr *[]resizerequ }) } -func (c *Checkbox) preferredSize() (width int, height int) { +func (c *Checkbox) preferredSize() (width int, height int, yoff int) { return c.sysData.preferredSize() } |
