From c12717050efd50e1ec836849e755085adc530f31 Mon Sep 17 00:00:00 2001 From: Hannes Janetzek Date: Sat, 12 Mar 2011 16:24:37 +0000 Subject: [PATCH] e17: fix focus new window with click to focus. delay setting focus again SVN revision: 57704 --- src/bin/e_border.c | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/bin/e_border.c b/src/bin/e_border.c index a8575602f..d6b007783 100644 --- a/src/bin/e_border.c +++ b/src/bin/e_border.c @@ -1905,6 +1905,11 @@ e_border_focus_set(E_Border *bd, if ((set) && (focus)) { + if (bd->visible && bd->changes.visible) + { + bd->want_focus = 1; + return; + } if ((!bd->focused) || (focus_next && (bd != eina_list_data_get(focus_next)))) { Eina_List *l;