summaryrefslogtreecommitdiff
path: root/dropdown.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-02-08 10:30:19 -0600
committerJeff Carr <[email protected]>2025-02-08 10:30:19 -0600
commited024aac7025cdf41d2ea6f0c5a83f1694982da1 (patch)
tree11eb280cabe988570f7f1dc53a3e612de1f2bd10 /dropdown.go
parent6045a205fde7457dcb20ed14139023a6f4afd222 (diff)
textbox opens
Diffstat (limited to 'dropdown.go')
-rw-r--r--dropdown.go1
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()