summaryrefslogtreecommitdiff
path: root/init.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-02-12 15:43:58 -0600
committerJeff Carr <[email protected]>2025-02-12 15:43:58 -0600
commitdb0986fa06245a1173aa3a3b654e7df25117acdc (patch)
tree0071ca6cb952f09d1e469c966b6bd00305440c09 /init.go
parent6f5944d45f0857e6261c87bb351f59b770d6f861 (diff)
updates for a standard plugin code file
Diffstat (limited to 'init.go')
-rw-r--r--init.go1
1 files changed, 1 insertions, 0 deletions
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)