From dcce32583387be7fc4f6cd8c8dea62fd7dc42ecf Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Fri, 15 Dec 2023 17:18:48 -0600 Subject: make a common.go for the toolkits Signed-off-by: Jeff Carr --- toolkit/andlabs/debug.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'toolkit/andlabs/debug.go') diff --git a/toolkit/andlabs/debug.go b/toolkit/andlabs/debug.go index 87e875d..33f8c44 100644 --- a/toolkit/andlabs/debug.go +++ b/toolkit/andlabs/debug.go @@ -49,7 +49,7 @@ func ShowDebug () { log(true, "debugError =", debugError) } -func (t *andlabsT) Dump(b bool) { +func (t *guiWidget) Dump(b bool) { if ! b { return } -- cgit v1.2.3