summaryrefslogtreecommitdiff
path: root/redo/zz_test.go
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2014-08-13 10:41:27 -0400
committerPietro Gagliardi <[email protected]>2014-08-13 10:41:27 -0400
commitb01c65394202a5377313afe08cd5fb56f0903831 (patch)
tree7616ad8b85e79847c89663ee4f72acfe2d6df47b /redo/zz_test.go
parent59f2eeca22dd15daf9d7765c1709bf926d158faf (diff)
Made Areas on Windows tab stops and implemented AreaHandler.Defocuses() on Windows.
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 46f00e2..edc0e1e 100644
--- a/redo/zz_test.go
+++ b/redo/zz_test.go
@@ -137,6 +137,7 @@ func (tw *testwin) make(done chan struct{}) {
tw.t.Append("Password Field", tw.e2)
tw.w.Show()
if *smallWindow {
+ // TODO windows - tab order wrong in wine?
tw.wsmall = NewWindow("Small", 80, 80,
NewVerticalStack(
NewButton("Small"),