summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-02-09 10:50:39 -0600
committerJeff Carr <[email protected]>2024-02-09 10:50:39 -0600
commitf4b0273fc18af689c9fa06d35e24951a6590756a (patch)
tree697310608e0fa17aea4ff2f747b1a940376c24ed
parentec829f6e2be515b717d0ebd20b56623e44aff810 (diff)
Signed-off-by: Jeff Carr <[email protected]>
-rw-r--r--init.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/init.go b/init.go
index 53d17c2..3ea2372 100644
--- a/init.go
+++ b/init.go
@@ -29,7 +29,8 @@ func (me *TreeInfo) newAction(a widget.Action) {
log.Log(TREEWARN, "tree.FindWidgetId() n == nil", a.WidgetId, a.WidgetType, a.ActionType)
log.Log(TREEWARN, "tree.FindWidgetId() n == nil", a.State.CurrentS)
log.Log(TREEWARN, "tree.FindWidgetId() n == nil. This should not happen. Bug in gui or tree package?")
- // return
+ log.Log(TREEWARN, "tree.FindWidgetId() n == nil. A bug in your application?")
+ return
}
switch a.ActionType {
case widget.SetText: