diff options
Diffstat (limited to 'redo/zz_test.go')
| -rw-r--r-- | redo/zz_test.go | 1 |
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"), |
