raster pushed a commit to branch master. http://git.enlightenment.org/core/enlightenment.git/commit/?id=3b705cbdd9c57cce51857c91ef2ed45f7468ca18
commit 3b705cbdd9c57cce51857c91ef2ed45f7468ca18 Author: Carsten Haitzler (Rasterman) <[email protected]> Date: Thu Apr 16 13:13:25 2020 +0100 wizard - on request disable autoraise on pointer focus --- src/modules/wizard/page_060.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/modules/wizard/page_060.c b/src/modules/wizard/page_060.c index 23bfea00d..4885ec724 100644 --- a/src/modules/wizard/page_060.c +++ b/src/modules/wizard/page_060.c @@ -79,8 +79,9 @@ wizard_page_hide(E_Wizard_Page *pg EINA_UNUSED) e_config->always_click_to_focus = 0; e_config->focus_last_focused_per_desktop = 1; e_config->pointer_slide = 1; - e_config->use_auto_raise = 1; - e_config->auto_raise_delay = 0.5; +// auto raise seems to irritate some people so request - disable in wiz +// e_config->use_auto_raise = 1; +// e_config->auto_raise_delay = 0.5; } // evas_object_del(pg->data); return 1; --
