diff options
Diffstat (limited to 'combobox.go')
| -rw-r--r-- | combobox.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/combobox.go b/combobox.go index 9298f87..83024ed 100644 --- a/combobox.go +++ b/combobox.go @@ -162,7 +162,7 @@ func (c *Combobox) preferredSize(d *sysSizeData) (width int, height int) { } func (c *Combobox) commitResize(a *allocation, d *sysSizeData) { - c.sysData.preferredSize(a, d) + c.sysData.commitResize(a, d) } func (c *Combobox) getAuxResizeInfo(d *sysSizeData) { |
