enventor - disable auto scroll mode.

auto scroll is not proper for the traditional editor users who may be familiar with it.
This commit is contained in:
ChunEon Park 2014-06-02 13:07:29 +09:00
parent 6f956dc9cc
commit 5fe34acc35
1 changed files with 1 additions and 0 deletions

View File

@ -477,6 +477,7 @@ 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_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);