diff options
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() |
