From ea391ef84109f42f7b5cf51b4976845e9320aa3f Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Sat, 11 Oct 2014 20:16:38 -0400 Subject: Began making the spaced property per-container. --- zz_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'zz_test.go') diff --git a/zz_test.go b/zz_test.go index a7b0670..2f3d286 100644 --- a/zz_test.go +++ b/zz_test.go @@ -18,6 +18,7 @@ import ( var closeOnClick = flag.Bool("close", false, "close on click") var smallWindow = flag.Bool("small", false, "open a small window (test Mac OS X initial control sizing)") +var spaced = flag.Bool("spaced", false, "enable spacing") type dtype struct { Name string @@ -262,7 +263,6 @@ var tw *testwin // because Cocoa hates being run off the main thread, even if it's run exclusively off the main thread func init() { - flag.BoolVar(&spaced, "spaced", false, "enable spacing") flag.Parse() go func() { tw = new(testwin) -- cgit v1.2.3