diff options
Diffstat (limited to 'init.go')
| -rw-r--r-- | init.go | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -36,6 +36,7 @@ func (me *TreeInfo) newAction(a widget.Action) { // log.Log(TREEWARN, "tree.FindWidgetId() n == nil. A bug in your application?") return } + switch a.ActionType { case widget.SetText: log.Log(TREE, "tree.SetText() a.State.CurrentS =", a.State.CurrentS) |
