fix errant slide to focus when windows are not visible.

SVN revision: 73096
This commit is contained in:
Carsten Haitzler 2012-07-01 10:12:59 +00:00
parent 97dfa9db2e
commit 153a14bb48
1 changed files with 2 additions and 2 deletions

View File

@ -2041,8 +2041,8 @@ e_border_focus_set_with_pointer(E_Border *bd)
e_border_focus_set(bd, 1, 1);
if (e_config->focus_policy == E_FOCUS_CLICK)
return;
if (e_config->focus_policy == E_FOCUS_CLICK) return;
if (!bd->visible) return;
if (e_config->focus_policy == E_FOCUS_SLOPPY)
{