From ccbe01e49ee973ddb4ba86c5d5c1367fabb1400b Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Sun, 29 Jun 2014 17:36:37 -0400 Subject: Made the "Title and Text" message box parented like it should have been. This will also allow me to evaluate what happens if message boxes that are parented are closed in non-reverse order. --- test/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') diff --git a/test/main.go b/test/main.go index bdeb38b..db01d15 100644 --- a/test/main.go +++ b/test/main.go @@ -538,7 +538,7 @@ func (handler *testwinhandler) Event(e Event, d interface{}) { invalidTest(handler.cb1, handler.lb1, nil, nil) case handler.bmsg: MsgBox("Title Only, no parent", "") - MsgBox("Title and Text", "parent") + handler.w.MsgBox("Title and Text", "parent") } // == TODO == // case CusotmEvent: -- cgit v1.2.3