diff options
| author | Jeff Carr <[email protected]> | 2025-02-08 10:30:19 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-02-08 10:30:19 -0600 |
| commit | ed024aac7025cdf41d2ea6f0c5a83f1694982da1 (patch) | |
| tree | 11eb280cabe988570f7f1dc53a3e612de1f2bd10 /dropdown.go | |
| parent | 6045a205fde7457dcb20ed14139023a6f4afd222 (diff) | |
textbox opens
Diffstat (limited to 'dropdown.go')
| -rw-r--r-- | dropdown.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dropdown.go b/dropdown.go index b340168..ee56331 100644 --- a/dropdown.go +++ b/dropdown.go @@ -150,6 +150,7 @@ func (tk *guiWidget) showTextbox() { // updates the text and sends an event back to the application func (tk *guiWidget) textboxClosed() { tk.Hide() + me.textbox.active = false // get the text the user entered newname := tk.GetText() |
