From 35228385c11ec939ebc29dbaa3d653bcad6cd3b4 Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Wed, 13 Aug 2014 14:02:10 -0400 Subject: Kinda sorta maybe implemented AreaHandler.Defocus() on Mac OS X. Starting to think I should just not allow Areas to be focused out. --- redo/zz_test.go | 1 + 1 file changed, 1 insertion(+) (limited to 'redo/zz_test.go') diff --git a/redo/zz_test.go b/redo/zz_test.go index edc0e1e..3ca54e2 100644 --- a/redo/zz_test.go +++ b/redo/zz_test.go @@ -142,6 +142,7 @@ func (tw *testwin) make(done chan struct{}) { NewVerticalStack( NewButton("Small"), NewButton("Small"), + NewTextField(), NewArea(200, 200, &areaHandler{*defocuses}))) tw.wsmall.Show() } -- cgit v1.2.3