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 61c9a5d..5877b32 100644
--- a/textbox.go
+++ b/textbox.go
@@ -10,6 +10,6 @@ func (parent *Node) NewTextbox(name string) *Node {
})
a := newAction(newNode, toolkit.Add)
- sendAction(a, newNode, parent)
+ sendAction(a)
return newNode
}