diff options
| author | Pietro Gagliardi <[email protected]> | 2014-08-13 10:41:27 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-08-13 10:41:27 -0400 |
| commit | b01c65394202a5377313afe08cd5fb56f0903831 (patch) | |
| tree | 7616ad8b85e79847c89663ee4f72acfe2d6df47b /redo/zz_test.go | |
| parent | 59f2eeca22dd15daf9d7765c1709bf926d158faf (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.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"), |
