diff options
| author | Jeff Carr <[email protected]> | 2023-04-08 11:06:50 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2023-04-08 11:06:50 -0500 |
| commit | da6a4363226f14aa893be02cb4a73cbf34fd77e7 (patch) | |
| tree | 8f1f2c5d59e72961c87ff9c9ede0a4b3f2ab9c3f /textbox.go | |
| parent | fa0718ff48a2ac2f8b54aed3060101f159484c86 (diff) | |
andlabs: the binary tree limps along again
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'textbox.go')
| -rw-r--r-- | textbox.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5,7 +5,7 @@ import ( ) func (n *Node) NewTextbox(name string) *Node { - newNode := n.New(name, toolkit.Textbox, func() { + newNode := n.newNode(name, toolkit.Textbox, func() { log(debugGui, "NewTextbox changed =", name) }) |
