Fixed a small error in the zz_test.go rewrite from a few commits ago.
This commit is contained in:
parent
a501c5678d
commit
ab8acd99b9
|
@ -75,7 +75,7 @@ func (tw *testwin) make(done chan struct{}) {
|
||||||
tw.e = NewTextField()
|
tw.e = NewTextField()
|
||||||
tw.t.Append("Text Field", tw.e)
|
tw.t.Append("Text Field", tw.e)
|
||||||
tw.e2 = NewPasswordField()
|
tw.e2 = NewPasswordField()
|
||||||
tw.t.Append("Password Field", tw.e)
|
tw.t.Append("Password Field", tw.e2)
|
||||||
tw.w.Show()
|
tw.w.Show()
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue