diff options
| author | Pietro Gagliardi <[email protected]> | 2014-08-03 20:42:45 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-08-03 20:42:45 -0400 |
| commit | 0fb45ba84d7a948508b30e0b140910ae906b4d9d (patch) | |
| tree | 6f741a92f74c0bdfca9d00f82902751059dbb2d6 /redo/button_windows.go | |
| parent | a4fac48192557e905e65f7995ac6819af8da27b6 (diff) | |
Did the previous commit, but for the Windows backend.
Diffstat (limited to 'redo/button_windows.go')
| -rw-r--r-- | redo/button_windows.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/redo/button_windows.go b/redo/button_windows.go index 5deb53d..71ed17a 100644 --- a/redo/button_windows.go +++ b/redo/button_windows.go @@ -91,5 +91,5 @@ func (b *button) commitResize(a *allocation, d *sizing) { } func (b *button) getAuxResizeInfo(d *sizing) { - basegetAuxResizeInfo(d) + basegetAuxResizeInfo(b, d) } |
