diff options
| author | Pietro Gagliardi <[email protected]> | 2014-06-25 23:21:57 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-06-25 23:21:57 -0400 |
| commit | 1eeadc000ae796bd022879196c4f2bae3bb189de (patch) | |
| tree | e63f905f533f183935850b04f5ab8356e06e7084 /area.go | |
| parent | 9a3e73b46001219177bb13a381420007217dfecf (diff) | |
Made the new sizing system work on Windows.
Diffstat (limited to 'area.go')
| -rw-r--r-- | area.go | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -350,8 +350,8 @@ func (a *Area) preferredSize(d *sysSizeData) (width int, height int) { return a.sysData.preferredSize(d) } -func (a *Area) commitResize(a *allocation, d *sysSizeData) { - a.sysData.preferredSize(a, d) +func (a *Area) commitResize(c *allocation, d *sysSizeData) { + a.sysData.commitResize(c, d) } func (a *Area) getAuxResizeInfo(d *sysSizeData) { |
