summaryrefslogtreecommitdiff
path: root/redo/zz_test.go
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2014-08-13 14:02:10 -0400
committerPietro Gagliardi <[email protected]>2014-08-13 14:02:10 -0400
commit35228385c11ec939ebc29dbaa3d653bcad6cd3b4 (patch)
tree64485c163dc85533acc7e180aebf833eb5c80b52 /redo/zz_test.go
parentb01c65394202a5377313afe08cd5fb56f0903831 (diff)
Kinda sorta maybe implemented AreaHandler.Defocus() on Mac OS X. Starting to think I should just not allow Areas to be focused out.
Diffstat (limited to 'redo/zz_test.go')
-rw-r--r--redo/zz_test.go1
1 files changed, 1 insertions, 0 deletions
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()
}