summaryrefslogtreecommitdiff
path: root/event.go
diff options
context:
space:
mode:
Diffstat (limited to 'event.go')
-rw-r--r--event.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/event.go b/event.go
index 62b43c2..294fc54 100644
--- a/event.go
+++ b/event.go
@@ -93,7 +93,6 @@ func (me *TreeInfo) SendUserEvent(n *Node) {
}
var a widget.Action
a.WidgetId = n.WidgetId
- a.Value = n.State.Value
a.State = n.State
a.ActionType = widget.User
if n.WidgetType == widget.Checkbox {