diff options
| author | Jeff Carr <[email protected]> | 2025-03-02 13:34:09 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-03-02 13:34:09 -0600 |
| commit | 063818335663e7aa626434d5dc035f8b5455e5ae (patch) | |
| tree | 85a8543f77124fb919352a564775b3f77b567be0 /textbox.go | |
| parent | f24c5098597922913f68d22960033318fb56ad1d (diff) | |
start moving to standard internal TK functions
Diffstat (limited to 'textbox.go')
| -rw-r--r-- | textbox.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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") |
