summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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()