From 35bf0a4a25b8f1ee168465ef225133f823ff5cf6 Mon Sep 17 00:00:00 2001 From: Marcel Hollerbach Date: Mon, 30 Apr 2018 16:01:46 +0200 Subject: [PATCH] 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 --- src/bin/main.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/bin/main.c b/src/bin/main.c index 74f2e4c3..400928dc 100644 --- a/src/bin/main.c +++ b/src/bin/main.c @@ -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);