also unset take_focus when shading a window

This commit is contained in:
Mike Blumenkrantz 2013-08-22 13:29:36 +01:00
parent 5bdba47e84
commit 5d16c96440
1 changed files with 1 additions and 0 deletions

View File

@ -2294,6 +2294,7 @@ e_border_shade(E_Border *bd,
ecore_x_window_shadow_tree_flush();
bd->take_focus = 0;
bd->shade.x = bd->x;
bd->shade.y = bd->y;
bd->shade.dir = dir;