diff options
| author | Jeff Carr <[email protected]> | 2025-09-03 17:33:08 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-09-03 17:33:08 -0500 |
| commit | 404e2ef116b06525558439656816a9d56bb4f6ab (patch) | |
| tree | e79f16df306e55ab7d283196438b40081380a7d8 | |
| parent | 5437b686708070c0413c840bcd63122b294fb939 (diff) | |
| -rw-r--r-- | action.go | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -172,6 +172,9 @@ func (me *TreeInfo) doAction(a widget.Action) { } me.DeleteNode(n) // now remove the child from the parent + case widget.ToolkitClose: + log.Info("tree.ToolkitClose()") + me.ToolkitClose() default: log.Log(TREEWARN, "tree.Action() unknown action", a.ActionType, "on wId", a.WidgetId) // me.NodeAction(n, a.ActionType) |
