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/control_unix.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'redo/control_unix.go') diff --git a/redo/control_unix.go b/redo/control_unix.go index 490d5a2..715e3d3 100644 --- a/redo/control_unix.go +++ b/redo/control_unix.go @@ -76,7 +76,7 @@ func dobasecommitResize(w *C.GtkWidget, c *allocation, d *sizing) { C.gtk_widget_size_allocate(w, &r) } -func basegetAuxResizeInfo(d *sizing) { +func basegetAuxResizeInfo(c Control, d *sizing) { // controls set this to true if a Label to its left should be vertically aligned to the control's top d.shouldVAlignTop = false } -- cgit v1.2.3