hermet pushed a commit to branch master.

http://git.enlightenment.org/tools/enventor.git/commit/?id=96f1c7333826c4dfc5588a512019deb424b48221

commit 96f1c7333826c4dfc5588a512019deb424b48221
Author: ChunEon Park <[email protected]>
Date:   Mon Jun 2 13:13:09 2014 +0900

    main - enable highlight clip.
---
 src/bin/main.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/bin/main.c b/src/bin/main.c
index e32bda3..74c99d9 100644
--- a/src/bin/main.c
+++ b/src/bin/main.c
@@ -478,6 +478,7 @@ elm_setup()
      elm_config_preferred_engine_set("opengl_x11");
 
    elm_config_focus_autoscroll_mode_set(ELM_FOCUS_AUTOSCROLL_MODE_NONE);
+   elm_config_focus_highlight_clip_disabled_set(EINA_FALSE);
    elm_config_scroll_bounce_enabled_set(EINA_FALSE);
    elm_policy_set(ELM_POLICY_QUIT, ELM_POLICY_QUIT_LAST_WINDOW_CLOSED);
    elm_app_compile_bin_dir_set(PACKAGE_BIN_DIR);

-- 


Reply via email to