diff options
Diffstat (limited to 'newctrl/control.go')
| -rw-r--r-- | newctrl/control.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/newctrl/control.go b/newctrl/control.go index 3a03a54..34e5c84 100644 --- a/newctrl/control.go +++ b/newctrl/control.go @@ -17,6 +17,8 @@ type controlbase struct { fnTabStops func() int } +// children should not use the same name as these, otherwise weird things will happen + func (c *controlbase) setParent(p *controlParent) { c.fsetParent(p) } |
