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/textfield_unix.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'redo/textfield_unix.go') diff --git a/redo/textfield_unix.go b/redo/textfield_unix.go index fa79347..53dfcaf 100644 --- a/redo/textfield_unix.go +++ b/redo/textfield_unix.go @@ -75,5 +75,5 @@ func (t *textField) commitResize(a *allocation, d *sizing) { } func (t *textField) getAuxResizeInfo(d *sizing) { - basegetAuxResizeInfo(d) + basegetAuxResizeInfo(t, d) } -- cgit v1.2.3