summaryrefslogtreecommitdiff
path: root/draw.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-01-15 16:40:52 -0600
committerJeff Carr <[email protected]>2024-01-15 16:40:52 -0600
commited3e1d46b16342b574cb85bc06d1216e5c54647d (patch)
tree52fc954a1205b0583e9db42f9f9c1642fcf90bb1 /draw.go
parent2ec592b5fe8184f365e6de9a8937d5f24e94e471 (diff)
try to figure out go mod problem
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'draw.go')
-rw-r--r--draw.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/draw.go b/draw.go
index d0d194a..04c158f 100644
--- a/draw.go
+++ b/draw.go
@@ -6,6 +6,8 @@ import (
"go.wit.com/gui/gadgets"
)
+// TODO: make sure this works without needing to be shown
+
func (d *LogSettings) Show() {
if ! d.Ready() { return }
d.win.Show()