elm - efl ui text - fix enum return to use right enum

This commit is contained in:
Carsten Haitzler 2020-08-25 12:47:39 +01:00
parent e8109c678d
commit be71903937
1 changed files with 1 additions and 1 deletions

View File

@ -2280,7 +2280,7 @@ _efl_ui_internal_text_interactive_efl_input_text_entity_input_content_type_get(c
(void)en;
#endif
return ELM_INPUT_HINT_NONE;
return EFL_INPUT_TEXT_CONTENT_TYPE_NONE;
}