hermet pushed a commit to branch master. http://git.enlightenment.org/tools/enventor.git/commit/?id=5f14bcbdd71116a33f251f82d1b01405eed5446d
commit 5f14bcbdd71116a33f251f82d1b01405eed5446d Author: ChunEon Park <her...@hermet.pe.kr> Date: Mon Jun 2 16:27:54 2014 +0900 Revert "enventor - disable auto scroll mode." This reverts commit 5fe34acc35dec4e334b911b22950fdced74ea020. Conflicts: src/bin/main.c --- src/bin/main.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/bin/main.c b/src/bin/main.c index 74c99d9..a69cb34 100644 --- a/src/bin/main.c +++ b/src/bin/main.c @@ -477,7 +477,6 @@ elm_setup() if (engine && !strncmp(engine, "gl", strlen("gl"))) 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); --