cedric pushed a commit to branch enlightenment-0.17. http://git.enlightenment.org/core/enlightenment.git/commit/?id=407c2d65a5a56c2ea6792c360a62e23318469501
commit 407c2d65a5a56c2ea6792c360a62e23318469501 Author: Mike Blumenkrantz <[email protected]> Date: Thu Sep 5 13:42:18 2013 +0100 click to raise ALWAYS raises. ALWAYS. --- src/bin/e_focus.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/bin/e_focus.c b/src/bin/e_focus.c index 6901e89..57f5eb7 100644 --- a/src/bin/e_focus.c +++ b/src/bin/e_focus.c @@ -87,10 +87,7 @@ e_focus_event_mouse_down(E_Border *bd) else if (e_config->always_click_to_raise) { if (!bd->lock_user_stacking) - { - if (e_config->border_raise_on_focus) - e_border_raise(bd); - } + e_border_raise(bd); } } --
