TODO: investigate this panic()
Signed-off-by: Jeff Carr <jcarr@wit.com>
This commit is contained in:
parent
ec829f6e2b
commit
f4b0273fc1
3
init.go
3
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:
|
||||
|
|
Loading…
Reference in New Issue