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. --- listbox.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'listbox.go') diff --git a/listbox.go b/listbox.go index cd7aab1..fc57142 100644 --- a/listbox.go +++ b/listbox.go @@ -165,7 +165,7 @@ func (l *Listbox) preferredSize(d *sysSizeData) (width int, height int) { } func (l *Listbox) commitResize(a *allocation, d *sysSizeData) { - l.sysData.preferredSize(a, d) + l.sysData.commitResize(a, d) } func (l *Listbox) getAuxResizeInfo(d *sysSizeData) { -- cgit v1.2.3