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/button_unix.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'redo/button_unix.go') diff --git a/redo/button_unix.go b/redo/button_unix.go index 73514b8..d6a19bb 100644 --- a/redo/button_unix.go +++ b/redo/button_unix.go @@ -86,5 +86,5 @@ func (b *button) commitResize(a *allocation, d *sizing) { } func (b *button) getAuxResizeInfo(d *sizing) { - basegetAuxResizeInfo(d) + basegetAuxResizeInfo(b, d) } -- cgit v1.2.3