From e43f42a3ab5afa6fd72673df2a5bd9a7615694d2 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Tue, 9 May 2023 18:53:31 -0500 Subject: more sendAction() cleanups Signed-off-by: Jeff Carr --- textbox.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'textbox.go') 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 } -- cgit v1.2.3