diff options
| author | Jeff Carr <[email protected]> | 2024-02-05 09:13:17 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-02-05 09:13:17 -0600 |
| commit | 75e7070077cd09c38c7948bea90f94f64861fadb (patch) | |
| tree | af875f4061ce01843376348aa6d75fb6898e306e /plugin.go | |
| parent | e317478e6a568a380bf5f0459f66ca4d08db9ea7 (diff) | |
old single channel function deprecated
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'plugin.go')
| -rw-r--r-- | plugin.go | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -119,7 +119,8 @@ func newaction(n *tree.Node, atype widget.ActionType) { } func action(a widget.Action) { - log.Log(INFO, "action() START", a.WidgetId, a.ActionType, a.WidgetType, a.ProgName) + log.Log(INFO, "action() IGNORE", a.WidgetId, a.ActionType, a.WidgetType, a.ProgName) + return // n := me.rootNode.findWidgetId(a.WidgetId) n := me.treeRoot.FindWidgetId(a.WidgetId) var w *guiWidget |
