summaryrefslogtreecommitdiff
path: root/listbox.go
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2014-06-25 23:21:57 -0400
committerPietro Gagliardi <[email protected]>2014-06-25 23:21:57 -0400
commit1eeadc000ae796bd022879196c4f2bae3bb189de (patch)
treee63f905f533f183935850b04f5ab8356e06e7084 /listbox.go
parent9a3e73b46001219177bb13a381420007217dfecf (diff)
Made the new sizing system work on Windows.
Diffstat (limited to 'listbox.go')
-rw-r--r--listbox.go2
1 files changed, 1 insertions, 1 deletions
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) {