From 4fa1dd75b04aad0a85d171a1d333d799a61ba713 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Sun, 28 Jan 2024 21:15:15 -0600 Subject: sizes are getting better Signed-off-by: Jeff Carr --- debug.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'debug.go') diff --git a/debug.go b/debug.go index f9a5b4c..48049fe 100644 --- a/debug.go +++ b/debug.go @@ -36,7 +36,7 @@ func (w *guiWidget) showWidgetPlacement(s string) { s1 += fmt.Sprintf("gocui=(%2d,%2d,%2d,%2d)", w.gocuiSize.w0, w.gocuiSize.h0, w.gocuiSize.w1, w.gocuiSize.h1) } else { - s1 += fmt.Sprintf(" w.Visable() == false ") + s1 += fmt.Sprintf(" ") } if w.node.Parent != nil { if w.node.Parent.WidgetType == widget.Grid { @@ -44,5 +44,5 @@ func (w *guiWidget) showWidgetPlacement(s string) { } } tmp := "." + w.String() + "." - log.Log(INFO, s1, s, w.node.WidgetType, ",", tmp, "jcarr") // , "text=", w.text) + log.Log(NOW, s1, s, w.node.WidgetType, ",", tmp, "jcarr") // , "text=", w.text) } -- cgit v1.2.3