diff options
Diffstat (limited to 'setup/txt_keyinput.c')
-rw-r--r-- | setup/txt_keyinput.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/setup/txt_keyinput.c b/setup/txt_keyinput.c index 483c325f..08eb9d8c 100644 --- a/setup/txt_keyinput.c +++ b/setup/txt_keyinput.c @@ -171,6 +171,7 @@ static void TXT_KeyInputMousePress(TXT_UNCAST_ARG(widget), int x, int y, int b) txt_widget_class_t txt_key_input_class = { + TXT_AlwaysSelectable, TXT_KeyInputSizeCalc, TXT_KeyInputDrawer, TXT_KeyInputKeyPress, |