summaryrefslogtreecommitdiff
path: root/textbox.go
diff options
context:
space:
mode:
Diffstat (limited to 'textbox.go')
-rw-r--r--textbox.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/textbox.go b/textbox.go
index aadf8aa..75703a2 100644
--- a/textbox.go
+++ b/textbox.go
@@ -10,7 +10,7 @@ func (n *Node) NewTextbox(name string) *Node {
})
var a toolkit.Action
- a.Type = toolkit.Add
+ a.ActionType = toolkit.Add
// a.Widget = &newNode.widget
// a.Where = &n.widget
// action(&a)