From b7cbcf725d493f8a6031b369ff34bdb0686699b0 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Fri, 5 Jan 2024 13:18:44 -0600 Subject: move to "gui/widget" Signed-off-by: Jeff Carr --- debug.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'debug.go') diff --git a/debug.go b/debug.go index 3d330e7..8da55b2 100644 --- a/debug.go +++ b/debug.go @@ -9,7 +9,7 @@ import ( "strconv" "go.wit.com/log" - "go.wit.com/gui/toolkits" + "go.wit.com/gui/widget" ) // for printing out the binary tree @@ -38,8 +38,8 @@ func (n *Node) Dump() { } Indent(b, "NODE DUMP END") - a := new(toolkit.Action) - a.ActionType = toolkit.Dump + a := new(widget.Action) + a.ActionType = widget.Dump a.WidgetId = n.id sendAction(a) } -- cgit v1.2.3