summaryrefslogtreecommitdiff
path: root/textbox.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-03-02 13:34:09 -0600
committerJeff Carr <[email protected]>2025-03-02 13:34:09 -0600
commit063818335663e7aa626434d5dc035f8b5455e5ae (patch)
tree85a8543f77124fb919352a564775b3f77b567be0 /textbox.go
parentf24c5098597922913f68d22960033318fb56ad1d (diff)
start moving to standard internal TK functions
Diffstat (limited to 'textbox.go')
-rw-r--r--textbox.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/textbox.go b/textbox.go
index ffc2812..73a8ed6 100644
--- a/textbox.go
+++ b/textbox.go
@@ -109,7 +109,7 @@ func textboxClosed() {
me.textbox.tk.Hide()
// log.Info("textbox closed with text:", newtext, me.textbox.callerTK.cuiName)
- if me.clock.tk.v != nil {
+ if me.notify.clock.tk.v != nil {
me.baseGui.SetCurrentView("help")
} else {
me.baseGui.SetCurrentView("msg")