From a4fac48192557e905e65f7995ac6819af8da27b6 Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Sun, 3 Aug 2014 20:33:19 -0400 Subject: Standardized basegetAuxResize() on the GTK+ backend to match the Mac OS X backend and controlbase.sh. --- redo/checkbox_unix.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'redo/checkbox_unix.go') diff --git a/redo/checkbox_unix.go b/redo/checkbox_unix.go index 070b84f..034dbf8 100644 --- a/redo/checkbox_unix.go +++ b/redo/checkbox_unix.go @@ -96,5 +96,5 @@ func (c *checkbox) commitResize(a *allocation, d *sizing) { } func (c *checkbox) getAuxResizeInfo(d *sizing) { - basegetAuxResizeInfo(d) + basegetAuxResizeInfo(c, d) } -- cgit v1.2.3