diff options
| author | Pietro Gagliardi <[email protected]> | 2014-08-20 17:09:22 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-08-20 17:09:22 -0400 |
| commit | 3422949f15d28735a4ceaa4d4f7eebc9a20ec4b6 (patch) | |
| tree | a65a17166f0ffcc5d107b4af8428e70ea3538ed3 /redo/textfield_darwin.go | |
| parent | 8b6b8ec06c18360ab38d41e6ecca9a641fb68af2 (diff) | |
More TODOs.
Diffstat (limited to 'redo/textfield_darwin.go')
| -rw-r--r-- | redo/textfield_darwin.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/redo/textfield_darwin.go b/redo/textfield_darwin.go index cbe5f8b..9673318 100644 --- a/redo/textfield_darwin.go +++ b/redo/textfield_darwin.go @@ -49,6 +49,7 @@ func (t *textfield) OnChanged(f func()) { func (t *textfield) Invalid(reason string) { // TODO disable animations if reason is still valid // TODO don't steal focus + // TODO beep if t.invalid != nil { C.textfieldCloseInvalidPopover(t.invalid) t.invalid = nil |
