From 8ae3b987acf65f6a1f8ca01060ebb0eeb42aae4d Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Fri, 5 Jan 2024 13:35:01 -0600 Subject: everything against 'gui/widget' Signed-off-by: Jeff Carr --- gocui/debug.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gocui/debug.go') diff --git a/gocui/debug.go b/gocui/debug.go index 3d66f57..9d41d90 100644 --- a/gocui/debug.go +++ b/gocui/debug.go @@ -2,7 +2,7 @@ package main import ( "fmt" - "go.wit.com/gui/toolkits" + "go.wit.com/gui/widget" ) func (n *node) dumpTree(draw bool) { @@ -41,7 +41,7 @@ func (n *node) showWidgetPlacement(b bool, s string) { s1 += fmt.Sprintf(" ") } if (n.parent != nil) { - if (n.parent.WidgetType == toolkit.Grid) { + if (n.parent.WidgetType == widget.Grid) { s1 += fmt.Sprintf("At(%2d,%2d) ", n.AtW, n.AtH) } } -- cgit v1.2.3