summaryrefslogtreecommitdiff
path: root/redo/checkbox_windows.go
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2014-08-03 20:42:45 -0400
committerPietro Gagliardi <[email protected]>2014-08-03 20:42:45 -0400
commit0fb45ba84d7a948508b30e0b140910ae906b4d9d (patch)
tree6f741a92f74c0bdfca9d00f82902751059dbb2d6 /redo/checkbox_windows.go
parenta4fac48192557e905e65f7995ac6819af8da27b6 (diff)
Did the previous commit, but for the Windows backend.
Diffstat (limited to 'redo/checkbox_windows.go')
-rw-r--r--redo/checkbox_windows.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/redo/checkbox_windows.go b/redo/checkbox_windows.go
index 4c44bdd..5ffce28 100644
--- a/redo/checkbox_windows.go
+++ b/redo/checkbox_windows.go
@@ -94,5 +94,5 @@ func (c *checkbox) commitResize(a *allocation, d *sizing) {
}
func (c *checkbox) getAuxResizeInfo(d *sizing) {
- basegetAuxResizeInfo(d)
+ basegetAuxResizeInfo(c, d)
}