summaryrefslogtreecommitdiff
path: root/gui.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-01-08 23:54:02 -0600
committerJeff Carr <[email protected]>2024-01-08 23:54:02 -0600
commitd04767a0ff417af97034e01b1b5a7b577739c980 (patch)
treecd11fd0995cb79035d4240bed85d76de5b518099 /gui.go
parentba020cdb3765a9ce734a8fea4ba484258dbb6f8b (diff)
go.wit.com/log change
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'gui.go')
-rw-r--r--gui.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/gui.go b/gui.go
index 135e1aa..ed4c018 100644
--- a/gui.go
+++ b/gui.go
@@ -106,6 +106,7 @@ func mainWindow(title string) {
})
gr.NewButton("test smartwindow()", func () {
+ log.Jeff(INFO, "jcarr")
if me.fixWindow == nil {
me.fixWindow = smartwindow.New()
me.fixWindow.SetParent(me.myGui)