Revert "enventor - disable auto scroll mode."

This reverts commit 5fe34acc35.

Conflicts:

	src/bin/main.c
This commit is contained in:
ChunEon Park 2014-06-02 16:27:54 +09:00
parent 96f1c73338
commit 5f14bcbdd7
1 changed files with 0 additions and 1 deletions

View File

@ -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);