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/label_unix.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'redo/label_unix.go') diff --git a/redo/label_unix.go b/redo/label_unix.go index 7ff6c1d..7697f59 100644 --- a/redo/label_unix.go +++ b/redo/label_unix.go @@ -92,5 +92,5 @@ func (l *label) commitResize(c *allocation, d *sizing) { } func (l *label) getAuxResizeInfo(d *sizing) { - basegetAuxResizeInfo(d) + basegetAuxResizeInfo(l, d) } -- cgit v1.2.3