diff options
| author | Jeff Carr <[email protected]> | 2025-03-05 03:00:21 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-03-05 03:00:21 -0600 |
| commit | 15100aad3ee4294fc22bbeb697e6c6b88228a0ca (patch) | |
| tree | 1b0c8f73b86e9d28b0bc682d35b5e5e6bde00265 /action.go | |
| parent | 975c2d31020540dd4a67fd049aab565bb168ae21 (diff) | |
func shouldn't have been globalv0.22.22
Diffstat (limited to 'action.go')
| -rw-r--r-- | action.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -15,7 +15,7 @@ func (me *TreeInfo) doAction(a widget.Action) { if a.ActionType == widget.ToolkitInit { log.Log(TREEWARN, "tree.doAction() trapped ToolkitInit finally!") a.WidgetType = widget.Root - n := AddNode(&a) + n := addNode(&a) me.Add(n) log.Log(TREEWARN, "tree.doAction() init() me.treeRoot") if me.ToolkitInit != nil { |
