From db0986fa06245a1173aa3a3b654e7df25117acdc Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Wed, 12 Feb 2025 15:43:58 -0600 Subject: updates for a standard plugin code file --- init.go | 1 + 1 file changed, 1 insertion(+) (limited to 'init.go') diff --git a/init.go b/init.go index 0aaba86..0a94b3e 100644 --- a/init.go +++ b/init.go @@ -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) -- cgit v1.2.3