From 923f7721cca66d84dea77ffd9640d793803142ee Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Fri, 28 Apr 2023 10:35:57 -0500 Subject: s/Config/me/ to remove direct access to anything since most everything needs to be passed to the toolkits everything should be accessed via func()'s Signed-off-by: Jeff Carr --- debugGolang.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debugGolang.go') diff --git a/debugGolang.go b/debugGolang.go index 707b3d6..ac0b929 100644 --- a/debugGolang.go +++ b/debugGolang.go @@ -16,7 +16,7 @@ func (n *Node) DebugGolangWindow(makeWindow bool) { // make a new window // make a new tab in the existing window if (makeWindow) { - w = Config.rootNode.NewWindow("GO") + w = me.rootNode.NewWindow("GO") w.Custom = w.StandardClose } else { w = n.NewTab("GOLANG") -- cgit v1.2.3