From 1eeadc000ae796bd022879196c4f2bae3bb189de Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Wed, 25 Jun 2014 23:21:57 -0400 Subject: Made the new sizing system work on Windows. --- combobox.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'combobox.go') 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) { -- cgit v1.2.3