diff options
| author | Pietro Gagliardi <[email protected]> | 2014-08-24 15:27:58 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-08-24 15:27:58 -0400 |
| commit | b2eb341fb7d5b588345ca9c1e857d299e16e5a45 (patch) | |
| tree | 4c83136344b9db5f84f2dc1f1999092b381e7a60 /redo/textfield_darwin.go | |
| parent | 811ec66d811181aa353680b6fdca24f90db0545b (diff) | |
Added beep to TextFIeld.Invalid() on Mac OS X.
Diffstat (limited to 'redo/textfield_darwin.go')
| -rw-r--r-- | redo/textfield_darwin.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/redo/textfield_darwin.go b/redo/textfield_darwin.go index 9673318..cbe5f8b 100644 --- a/redo/textfield_darwin.go +++ b/redo/textfield_darwin.go @@ -49,7 +49,6 @@ 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 |
