summaryrefslogtreecommitdiff
path: root/checkbox.go
diff options
context:
space:
mode:
Diffstat (limited to 'checkbox.go')
-rw-r--r--checkbox.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/checkbox.go b/checkbox.go
index 1f2ea58..d079e17 100644
--- a/checkbox.go
+++ b/checkbox.go
@@ -85,7 +85,7 @@ func (c *Checkbox) preferredSize(d *sysSizeData) (width int, height int) {
}
func (c *Checkbox) commitResize(a *allocation, d *sysSizeData) {
- c.sysData.preferredSize(a, d)
+ c.sysData.commitResize(a, d)
}
func (c *Checkbox) getAuxResizeInfo(d *sysSizeData) {