ui/key: rename TextInputClosed to TextInputClose

Signed-off-by: Elias Naur <mail@eliasnaur.com>
This commit is contained in:
Elias Naur
2019-07-07 15:39:04 +02:00
parent 5b7a7334c8
commit 31418eefbe
6 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -384,7 +384,7 @@ func (w *window) setTextInput(s key.TextInputState) {
runInJVM(func(env *C.JNIEnv) {
C.gio_jni_CallVoidMethod(env, w.view, w.mshowTextInput)
})
case key.TextInputClosed:
case key.TextInputClose:
runInJVM(func(env *C.JNIEnv) {
C.gio_jni_CallVoidMethod(env, w.view, w.mhideTextInput)
})