summaryrefslogtreecommitdiff
path: root/src/ui/inputwidget.c
diff options
context:
space:
mode:
authorJaakko Keränen <jaakko.keranen@iki.fi>2021-02-21 15:13:30 +0200
committerJaakko Keränen <jaakko.keranen@iki.fi>2021-02-21 15:13:30 +0200
commitf58a551096aa82986d1270c52dd385110ee8c506 (patch)
tree9fe7d451c44615a039a55d0053d3a3a7b4710887 /src/ui/inputwidget.c
parentf5f3383efa8fa6533936c042aedcc1cddc3985d6 (diff)
Animated widget offsets; phone sidebars
Diffstat (limited to 'src/ui/inputwidget.c')
-rw-r--r--src/ui/inputwidget.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ui/inputwidget.c b/src/ui/inputwidget.c
index 9b36b057..e51ec64b 100644
--- a/src/ui/inputwidget.c
+++ b/src/ui/inputwidget.c
@@ -133,6 +133,7 @@ void init_InputWidget(iInputWidget *d, size_t maxLen) {
133 133
134void deinit_InputWidget(iInputWidget *d) { 134void deinit_InputWidget(iInputWidget *d) {
135 if (isSelected_Widget(d)) { 135 if (isSelected_Widget(d)) {
136 SDL_StopTextInput();
136 enableEditorKeysInMenus_(iTrue); 137 enableEditorKeysInMenus_(iTrue);
137 } 138 }
138 delete_TextBuf(d->buffered); 139 delete_TextBuf(d->buffered);