Fixed a small error in group_windows.go.
This commit is contained in:
parent
b27671740d
commit
3316386c2a
|
@ -23,7 +23,7 @@ func newGroup(text string, control Control) Group {
|
||||||
g.fresize = g.resize
|
g.fresize = g.resize
|
||||||
g.SetText(text)
|
g.SetText(text)
|
||||||
C.controlSetControlFont(g.hwnd)
|
C.controlSetControlFont(g.hwnd)
|
||||||
g.setParent(&controlParent{g.hwnd})
|
control.setParent(&controlParent{g.hwnd})
|
||||||
return g
|
return g
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue