summaryrefslogtreecommitdiff
path: root/tableWindow.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-02-18 14:58:16 -0600
committerJeff Carr <[email protected]>2025-02-19 17:39:44 -0600
commit656f706aa10f56031ec4e58c4c12d4dd2c6526bb (patch)
tree11225c8eb2e86e82b2bf9dc7ef13d4c27c4724f5 /tableWindow.go
parentb53e71ed9eb4067e749f872a7843e31381511bfb (diff)
testing close window
Diffstat (limited to 'tableWindow.go')
-rw-r--r--tableWindow.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/tableWindow.go b/tableWindow.go
index f4db2b9..5d64bac 100644
--- a/tableWindow.go
+++ b/tableWindow.go
@@ -7,6 +7,7 @@ import (
"sync"
"go.wit.com/lib/gadgets"
+ "go.wit.com/log"
"go.wit.com/gui"
)
@@ -44,6 +45,7 @@ func (w *tableWindow) Show() {
}
func (w *tableWindow) Hide() {
+ log.Info("hide window here")
w.win.Hide()
}