terminology: do not select a item on focus

Summary: makes the settings easier to use with focus

Reviewers: billiob

Differential Revision: https://phab.enlightenment.org/D6015
This commit is contained in:
Marcel Hollerbach 2018-04-30 16:01:46 +02:00 committed by Boris Faure
parent 2812daefaf
commit 35bf0a4a25
1 changed files with 2 additions and 0 deletions

View File

@ -550,6 +550,8 @@ elm_main(int argc, char **argv)
eina_log_print_cb_set(_log_to_syslog, NULL);
#endif
elm_config_item_select_on_focus_disabled_set(EINA_TRUE);
elm_language_set("");
elm_policy_set(ELM_POLICY_QUIT, ELM_POLICY_QUIT_LAST_WINDOW_CLOSED);
elm_app_compile_bin_dir_set(PACKAGE_BIN_DIR);