summaryrefslogtreecommitdiff
path: root/newctrl/group_windows.go
diff options
context:
space:
mode:
Diffstat (limited to 'newctrl/group_windows.go')
-rw-r--r--newctrl/group_windows.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/newctrl/group_windows.go b/newctrl/group_windows.go
index 6c68d9d..85292c1 100644
--- a/newctrl/group_windows.go
+++ b/newctrl/group_windows.go
@@ -21,6 +21,7 @@ func newGroup(text string, control Control) Group {
}
g.fpreferredSize = g.preferredSize
g.fresize = g.resize
+ g.fnTabStops = control.nTabStops // groupbox itself is not tabbable but the contents might be
g.SetText(text)
C.controlSetControlFont(g.hwnd)
control.setParent(&controlParent{g.hwnd})