diff options
| author | Jeff Carr <[email protected]> | 2024-02-09 10:50:39 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-02-09 10:50:39 -0600 |
| commit | f4b0273fc18af689c9fa06d35e24951a6590756a (patch) | |
| tree | 697310608e0fa17aea4ff2f747b1a940376c24ed | |
| parent | ec829f6e2be515b717d0ebd20b56623e44aff810 (diff) | |
TODO: investigate this panic()v0.22.4v0.22.3v0.22.2v0.22.1v0.22.0v0.21.0v0.20.8v0.20.7v0.20.6v0.20.5v0.20.4v0.20.3v0.20.2
Signed-off-by: Jeff Carr <[email protected]>
| -rw-r--r-- | init.go | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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: |
