From f0052b9af8273feb852ba5bdfc3efb3673ff329e Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Wed, 5 Apr 2023 19:03:01 -0500 Subject: gocui: close to fixing tab coords Signed-off-by: Jeff Carr --- toolkit/gocui/debug.go | 2 ++ 1 file changed, 2 insertions(+) (limited to 'toolkit/gocui/debug.go') diff --git a/toolkit/gocui/debug.go b/toolkit/gocui/debug.go index 770c0c5..91c3d98 100644 --- a/toolkit/gocui/debug.go +++ b/toolkit/gocui/debug.go @@ -59,6 +59,7 @@ func (w *cuiWidget) showWidgetPlacement(b bool, s string) { } log(b, s1, s, w.widgetType, ",", w.name) // , "text=", w.text) + /* if (w.realWidth != (w.gocuiSize.w1 - w.gocuiSize.w0)) { log(b, "dump()", s, "badsize()=(", w.realWidth, ",", w.realHeight, ")", @@ -71,4 +72,5 @@ func (w *cuiWidget) showWidgetPlacement(b bool, s string) { "badreal()=(", w.gocuiSize.w0, ",", w.gocuiSize.h0, ",", w.gocuiSize.w1, ",", w.gocuiSize.h1, ")", w.widgetType, ",", w.name) } + */ } -- cgit v1.2.3