main - enable highlight clip.

This commit is contained in:
ChunEon Park 2014-06-02 13:13:09 +09:00
parent 5fe34acc35
commit 96f1c73338
1 changed files with 1 additions and 0 deletions

View File

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