diff options
| author | Jeff Carr <[email protected]> | 2025-02-12 15:43:58 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-02-12 15:43:58 -0600 |
| commit | db0986fa06245a1173aa3a3b654e7df25117acdc (patch) | |
| tree | 0071ca6cb952f09d1e469c966b6bd00305440c09 /init.go | |
| parent | 6f5944d45f0857e6261c87bb351f59b770d6f861 (diff) | |
updates for a standard plugin code file
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) |
