Compare commits

..

No commits in common. "guimaster" and "v0.22.15" have entirely different histories.

1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ func newaction(n *tree.Node, atype widget.ActionType) {
// w.disableColor()
case widget.Delete:
log.Info("newaction() DeleteNode()")
// n.DeleteNode()
n.DeleteNode()
case widget.ToolkitClose:
log.Info("newaction() toolkit closed. are the channels cleand up?")
return