diff options
Diffstat (limited to 'init.go')
| -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: |
