From 1d4848e109739583c6fa7e4dd79d4307b393c2b5 Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Thu, 28 Aug 2014 11:17:44 -0400 Subject: Made Groups on Windows control parents. --- redo/group_windows.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/redo/group_windows.go b/redo/group_windows.go index 43f6fec..fda95e3 100644 --- a/redo/group_windows.go +++ b/redo/group_windows.go @@ -15,7 +15,7 @@ type group struct { func newGroup(text string, control Control) Group { hwnd := C.newControl(buttonclass, C.BS_GROUPBOX, - 0) + C.WS_EX_CONTROLPARENT) g := &group{ _hwnd: hwnd, container: newContainer(control), -- cgit v1.2.3