diff options
Diffstat (limited to 'button.go')
| -rw-r--r-- | button.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -80,7 +80,7 @@ func (b *Button) preferredSize(d *sysSizeData) (width int, height int) { } func (b *Button) commitResize(a *allocation, d *sysSizeData) { - b.sysData.preferredSize(a, d) + b.sysData.commitResize(a, d) } func (b *Button) getAuxResizeInfo(d *sysSizeData) { |
